diff options
Diffstat (limited to 'drivers/gpu/drm/i915/intel_dp.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_dp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c index a0e18b01612e..fee54169493b 100644 --- a/drivers/gpu/drm/i915/intel_dp.c +++ b/drivers/gpu/drm/i915/intel_dp.c | |||
@@ -1004,7 +1004,7 @@ intel_dp_link_train(struct intel_encoder *intel_encoder, uint32_t DP, | |||
1004 | u32 reg; | 1004 | u32 reg; |
1005 | 1005 | ||
1006 | /* Write the link configuration data */ | 1006 | /* Write the link configuration data */ |
1007 | intel_dp_aux_native_write(intel_encoder, 0x100, | 1007 | intel_dp_aux_native_write(intel_encoder, DP_LINK_BW_SET, |
1008 | link_configuration, DP_LINK_CONFIGURATION_SIZE); | 1008 | link_configuration, DP_LINK_CONFIGURATION_SIZE); |
1009 | 1009 | ||
1010 | DP |= DP_PORT_EN; | 1010 | DP |= DP_PORT_EN; |