drm/i915: Send GCP infoframes for deep color HDMI sinks
[deliverable/linux.git] / drivers / gpu / drm / i915 / i915_reg.h
index 1db6b4bf68fd72618cb58765e104c8f71d7d04a1..c9f9d3d3adbad36e69bdc7cb1e30acba7feac552 100644 (file)
@@ -6061,6 +6061,9 @@ enum skl_disp_power_wells {
 #define _VIDEO_DIP_CTL_A         0xe0200
 #define _VIDEO_DIP_DATA_A        0xe0208
 #define _VIDEO_DIP_GCP_A         0xe0210
+#define  GCP_COLOR_INDICATION          (1 << 2)
+#define  GCP_DEFAULT_PHASE_ENABLE      (1 << 1)
+#define  GCP_AV_MUTE                   (1 << 0)
 
 #define _VIDEO_DIP_CTL_B         0xe1200
 #define _VIDEO_DIP_DATA_B        0xe1208
This page took 0.028076 seconds and 5 git commands to generate.