drm/i915: Report all GTFIFODBG errors
[deliverable/linux.git] / drivers / gpu / drm / i915 / i915_reg.h
index f2104f5e3af7be9c2c382878a75d12209990390e..4f84573c5ad65647da11e4c6b131f5aba53dc151 100644 (file)
 #define    FORCEWAKE_MT_ENABLE                 (1<<5)
 
 #define  GTFIFODBG                             0x120000
-#define    GT_FIFO_CPU_ERROR_MASK              7
+#define    GT_FIFO_SBDROPERR                   (1<<6)
+#define    GT_FIFO_BLOBDROPERR                 (1<<5)
+#define    GT_FIFO_SB_READ_ABORTERR            (1<<4)
+#define    GT_FIFO_DROPERR                     (1<<3)
 #define    GT_FIFO_OVFERR                      (1<<2)
 #define    GT_FIFO_IAWRERR                     (1<<1)
 #define    GT_FIFO_IARDERR                     (1<<0)
This page took 0.030385 seconds and 5 git commands to generate.