aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_reg.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/i915/i915_reg.h')
-rw-r--r--drivers/gpu/drm/i915/i915_reg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h
index bcee89b7c43e..384adfba3983 100644
--- a/drivers/gpu/drm/i915/i915_reg.h
+++ b/drivers/gpu/drm/i915/i915_reg.h
@@ -2071,6 +2071,7 @@
2071 2071
2072/* Gen 4 SDVO/HDMI bits: */ 2072/* Gen 4 SDVO/HDMI bits: */
2073#define SDVO_COLOR_FORMAT_8bpc (0 << 26) 2073#define SDVO_COLOR_FORMAT_8bpc (0 << 26)
2074#define SDVO_COLOR_FORMAT_MASK (7 << 26)
2074#define SDVO_ENCODING_SDVO (0 << 10) 2075#define SDVO_ENCODING_SDVO (0 << 10)
2075#define SDVO_ENCODING_HDMI (2 << 10) 2076#define SDVO_ENCODING_HDMI (2 << 10)
2076#define HDMI_MODE_SELECT_HDMI (1 << 9) /* HDMI only */ 2077#define HDMI_MODE_SELECT_HDMI (1 << 9) /* HDMI only */