mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-22 23:40:23 +01:00
nouveau: We'll need syncNotifier for NV_MEMORY_TO_MEMORY_FORMAT too.
This commit is contained in:
parent
885a7cc38d
commit
1780fd4eee
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue