Loading drivers/gpu/drm/nouveau/include/nvif/cl826e.h +1 −1 Original line number Diff line number Diff line Loading @@ -10,5 +10,5 @@ struct g82_channel_dma_v0 { __u64 offset; }; #define G82_CHANNEL_DMA_V0_NTFY_UEVENT 0x00 #define NV826E_V0_NTFY_NON_STALL_INTERRUPT 0x00 #endif drivers/gpu/drm/nouveau/include/nvif/cl826f.h +1 −1 Original line number Diff line number Diff line Loading @@ -11,5 +11,5 @@ struct g82_channel_gpfifo_v0 { __u64 vm; }; #define G82_CHANNEL_GPFIFO_V0_NTFY_UEVENT 0x00 #define NV826F_V0_NTFY_NON_STALL_INTERRUPT 0x00 #endif drivers/gpu/drm/nouveau/include/nvif/cl906f.h +1 −1 Original line number Diff line number Diff line Loading @@ -10,5 +10,5 @@ struct fermi_channel_gpfifo_v0 { __u64 vm; }; #define FERMI_CHANNEL_GPFIFO_V0_NTFY_UEVENT 0x00 #define NV906F_V0_NTFY_NON_STALL_INTERRUPT 0x00 #endif drivers/gpu/drm/nouveau/include/nvif/cla06f.h +1 −1 Original line number Diff line number Diff line Loading @@ -25,5 +25,5 @@ struct kepler_channel_gpfifo_a_v0 { __u64 vm; }; #define NVA06F_V0_NTFY_UEVENT 0x00 #define NVA06F_V0_NTFY_NON_STALL_INTERRUPT 0x00 #endif drivers/gpu/drm/nouveau/nouveau_fence.c +1 −1 Original line number Diff line number Diff line Loading @@ -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), Loading Loading
drivers/gpu/drm/nouveau/include/nvif/cl826e.h +1 −1 Original line number Diff line number Diff line Loading @@ -10,5 +10,5 @@ struct g82_channel_dma_v0 { __u64 offset; }; #define G82_CHANNEL_DMA_V0_NTFY_UEVENT 0x00 #define NV826E_V0_NTFY_NON_STALL_INTERRUPT 0x00 #endif
drivers/gpu/drm/nouveau/include/nvif/cl826f.h +1 −1 Original line number Diff line number Diff line Loading @@ -11,5 +11,5 @@ struct g82_channel_gpfifo_v0 { __u64 vm; }; #define G82_CHANNEL_GPFIFO_V0_NTFY_UEVENT 0x00 #define NV826F_V0_NTFY_NON_STALL_INTERRUPT 0x00 #endif
drivers/gpu/drm/nouveau/include/nvif/cl906f.h +1 −1 Original line number Diff line number Diff line Loading @@ -10,5 +10,5 @@ struct fermi_channel_gpfifo_v0 { __u64 vm; }; #define FERMI_CHANNEL_GPFIFO_V0_NTFY_UEVENT 0x00 #define NV906F_V0_NTFY_NON_STALL_INTERRUPT 0x00 #endif
drivers/gpu/drm/nouveau/include/nvif/cla06f.h +1 −1 Original line number Diff line number Diff line Loading @@ -25,5 +25,5 @@ struct kepler_channel_gpfifo_a_v0 { __u64 vm; }; #define NVA06F_V0_NTFY_UEVENT 0x00 #define NVA06F_V0_NTFY_NON_STALL_INTERRUPT 0x00 #endif
drivers/gpu/drm/nouveau/nouveau_fence.c +1 −1 Original line number Diff line number Diff line Loading @@ -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), Loading