diff options
Diffstat (limited to 'drivers/gpu/drm/i915/i915_reg.h')
-rw-r--r-- | drivers/gpu/drm/i915/i915_reg.h | 1 |
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 d829dfcfd550..b2b555c93d43 100644 --- a/drivers/gpu/drm/i915/i915_reg.h +++ b/drivers/gpu/drm/i915/i915_reg.h | |||
@@ -5794,6 +5794,7 @@ enum punit_power_well { | |||
5794 | #define TRANS_DDI_FUNC_ENABLE (1<<31) | 5794 | #define TRANS_DDI_FUNC_ENABLE (1<<31) |
5795 | /* Those bits are ignored by pipe EDP since it can only connect to DDI A */ | 5795 | /* Those bits are ignored by pipe EDP since it can only connect to DDI A */ |
5796 | #define TRANS_DDI_PORT_MASK (7<<28) | 5796 | #define TRANS_DDI_PORT_MASK (7<<28) |
5797 | #define TRANS_DDI_PORT_SHIFT 28 | ||
5797 | #define TRANS_DDI_SELECT_PORT(x) ((x)<<28) | 5798 | #define TRANS_DDI_SELECT_PORT(x) ((x)<<28) |
5798 | #define TRANS_DDI_PORT_NONE (0<<28) | 5799 | #define TRANS_DDI_PORT_NONE (0<<28) |
5799 | #define TRANS_DDI_MODE_SELECT_MASK (7<<24) | 5800 | #define TRANS_DDI_MODE_SELECT_MASK (7<<24) |