drm/i915/gen11: Disable cursor clock gating in HDR mode
[sfrench/cifs-2.6.git] / drivers / gpu / drm / i915 / i915_reg.h
index 24017d38c6f60e18b8e11710f03e3fe7dda49388..c78337ab4f7b9ec9c2cc230ba91e8a40a215b3ef 100644 (file)
@@ -4239,6 +4239,7 @@ enum {
 #define   DUPS1_GATING_DIS             (1 << 15)
 #define   DUPS2_GATING_DIS             (1 << 19)
 #define   DUPS3_GATING_DIS             (1 << 23)
+#define   CURSOR_GATING_DIS            REG_BIT(28)
 #define   DPF_GATING_DIS               (1 << 10)
 #define   DPF_RAM_GATING_DIS           (1 << 9)
 #define   DPFR_GATING_DIS              (1 << 8)