drm/i915: Set the transcoder port to none when disabling DP.
[deliverable/linux.git] / drivers / gpu / drm / i915 / i915_reg.h
index 77b153093cf14541d47a5eda240d9f433bf8bca0..3297cf1a14ed3b4f0fa75e0ef8c09f2c49701314 100644 (file)
 #define  TRANS_DP_PORT_SEL_B   (0<<29)
 #define  TRANS_DP_PORT_SEL_C   (1<<29)
 #define  TRANS_DP_PORT_SEL_D   (2<<29)
+#define  TRANS_DP_PORT_SEL_NONE        (3<<29)
 #define  TRANS_DP_PORT_SEL_MASK        (3<<29)
 #define  TRANS_DP_AUDIO_ONLY   (1<<26)
 #define  TRANS_DP_ENH_FRAMING  (1<<18)
This page took 0.028408 seconds and 5 git commands to generate.