nouveau: We'll need syncNotifier for NV_MEMORY_TO_MEMORY_FORMAT too.

This commit is contained in:
Ben Skeggs 2006-12-27 15:54:30 +11:00
parent 885a7cc38d
commit 1780fd4eee

View file

@ -125,6 +125,11 @@ GLboolean nouveauSyncInitFuncs(GLcontext *ctx)
*/
BEGIN_RING_CACHE(NvSub3D, 0x180, 1);
OUT_RING_CACHE (NvSyncNotify);
#ifdef ALLOW_MULTI_SUBCHANNEL
BEGIN_RING_SIZE(NvSubMemFormat,
NV_MEMORY_TO_MEMORY_FORMAT_DMA_NOTIFY, 1);
OUT_RING (NvSyncNotify);
#endif
return GL_TRUE;
}