MCURSOR_MODE_64_2B is used in Wa_16021440873. Add define for it.

Bspec: 69837

Signed-off-by: Jouni Högander <[email protected]>
---
 drivers/gpu/drm/i915/i915_reg.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h
index d6193c858a74..9bae815ac6c4 100644
--- a/drivers/gpu/drm/i915/i915_reg.h
+++ b/drivers/gpu/drm/i915/i915_reg.h
@@ -3053,6 +3053,7 @@
 #define   MCURSOR_MODE_DISABLE         0x00
 #define   MCURSOR_MODE_128_32B_AX      0x02
 #define   MCURSOR_MODE_256_32B_AX      0x03
+#define   MCURSOR_MODE_64_2B           0x04
 #define   MCURSOR_MODE_64_32B_AX       0x07
 #define   MCURSOR_MODE_128_ARGB_AX     (0x20 | MCURSOR_MODE_128_32B_AX)
 #define   MCURSOR_MODE_256_ARGB_AX     (0x20 | MCURSOR_MODE_256_32B_AX)
-- 
2.34.1

Reply via email to