search for: e67a4713

Displaying 1 result from an estimated 1 matches for "e67a4713".

Did you mean: 67ae713
2018 Sep 08
1
[PATCH 1/2] nvif: allow userspace to use the notification interfaces
...ly we advertise it, but we aren't able to handle gpu resets inside mesa without it. Signed-off-by: Karol Herbst <kherbst at redhat.com> --- 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...