we need those so that userspace can get notified about channel resets.
Required to implement GL_ARB_robustness correctly. Currently we advertise
it, but we aren't able to handle gpu resets inside mesa without it.

Signed-off-by: Karol Herbst <[email protected]>
---
 drm/nouveau/nouveau_abi16.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drm/nouveau/nouveau_abi16.c b/drm/nouveau/nouveau_abi16.c
index e67a4713..249b00ae 100644
--- a/drm/nouveau/nouveau_abi16.c
+++ b/drm/nouveau/nouveau_abi16.c
@@ -383,6 +383,10 @@ nouveau_abi16_usif(struct drm_file *file_priv, void *data, 
u32 size)
                case NVIF_IOCTL_V0_NEW:
                case NVIF_IOCTL_V0_MTHD:
                case NVIF_IOCTL_V0_SCLASS:
+               case NVIF_IOCTL_V0_NTFY_NEW:
+               case NVIF_IOCTL_V0_NTFY_DEL:
+               case NVIF_IOCTL_V0_NTFY_GET:
+               case NVIF_IOCTL_V0_NTFY_PUT:
                        break;
                default:
                        return -EACCES;
-- 
2.17.1

_______________________________________________
Nouveau mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/nouveau

Reply via email to