Commit 8c880fd4 authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nouveau/fifo: expose non-stall intr in host channel event class



Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
Reviewed-by: default avatarLyude Paul <lyude@redhat.com>
parent 801bc858
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -10,6 +10,4 @@ struct g82_channel_dma_v0 {
	__u64 pushbuf;
	__u64 offset;
};

#define NV826E_V0_NTFY_NON_STALL_INTERRUPT                                 0x00
#endif
+0 −2
Original line number Diff line number Diff line
@@ -11,6 +11,4 @@ struct g82_channel_gpfifo_v0 {
	__u64 pushbuf;
	__u64 vmm;
};

#define NV826F_V0_NTFY_NON_STALL_INTERRUPT                                 0x00
#endif
+0 −1
Original line number Diff line number Diff line
@@ -11,6 +11,5 @@ struct fermi_channel_gpfifo_v0 {
	__u64 vmm;
};

#define NV906F_V0_NTFY_NON_STALL_INTERRUPT                                 0x00
#define NV906F_V0_NTFY_KILLED                                              0x01
#endif
+0 −1
Original line number Diff line number Diff line
@@ -13,6 +13,5 @@ struct kepler_channel_gpfifo_a_v0 {
	__u64 inst;
};

#define NVA06F_V0_NTFY_NON_STALL_INTERRUPT                                 0x00
#define NVA06F_V0_NTFY_KILLED                                              0x01
#endif
+2 −0
Original line number Diff line number Diff line
@@ -40,6 +40,8 @@
#define NVIF_CLASS_HEAD                              /* if0013.h */  0x80000013
#define NVIF_CLASS_DISP_CHAN                         /* if0014.h */  0x80000014

#define NVIF_CLASS_CHAN                              /* if0020.h */  0x80000020

/* the below match nvidia-assigned (either in hw, or sw) class numbers */
#define NV_NULL_CLASS                                                0x00000030

Loading