]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/nouveau/nouveau_fence.c
Merge tag 'docs-4.12' of git://git.lwn.net/linux
[karo-tx-linux.git] / drivers / gpu / drm / nouveau / nouveau_fence.c
index 88ee60d1b907012cb2ae1ccc7dad3e89f9233a02..99e14e3e0fe4d44f1a6c51e1225db7e1af21a1bb 100644 (file)
@@ -190,7 +190,7 @@ nouveau_fence_context_new(struct nouveau_channel *chan, struct nouveau_fence_cha
                return;
 
        ret = nvif_notify_init(&chan->user, nouveau_fence_wait_uevent_handler,
-                              false, G82_CHANNEL_DMA_V0_NTFY_UEVENT,
+                              false, NV826E_V0_NTFY_NON_STALL_INTERRUPT,
                               &(struct nvif_notify_uevent_req) { },
                               sizeof(struct nvif_notify_uevent_req),
                               sizeof(struct nvif_notify_uevent_rep),