diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpu/drm/i915/i915_reg.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h index bcc76ce1afa6..a87f41c92243 100644 --- a/drivers/gpu/drm/i915/i915_reg.h +++ b/drivers/gpu/drm/i915/i915_reg.h | |||
@@ -4109,4 +4109,11 @@ | |||
4109 | #define DDI_PORT_WIDTH_X4 (3<<1) | 4109 | #define DDI_PORT_WIDTH_X4 (3<<1) |
4110 | #define DDI_INIT_DISPLAY_DETECTED (1<<0) | 4110 | #define DDI_INIT_DISPLAY_DETECTED (1<<0) |
4111 | 4111 | ||
4112 | /* DDI Buffer Translations */ | ||
4113 | #define DDI_BUF_TRANS_A 0x64E00 | ||
4114 | #define DDI_BUF_TRANS_B 0x64E60 | ||
4115 | #define DDI_BUF_TRANS(port) _PORT(port, \ | ||
4116 | DDI_BUF_TRANS_A, \ | ||
4117 | DDI_BUF_TRANS_B) | ||
4118 | |||
4112 | #endif /* _I915_REG_H_ */ | 4119 | #endif /* _I915_REG_H_ */ |