diff options
Diffstat (limited to 'drivers/gpu/drm/radeon/atombios_dp.c')
-rw-r--r-- | drivers/gpu/drm/radeon/atombios_dp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/radeon/atombios_dp.c b/drivers/gpu/drm/radeon/atombios_dp.c index 00885417ffff..fb3ae07a1469 100644 --- a/drivers/gpu/drm/radeon/atombios_dp.c +++ b/drivers/gpu/drm/radeon/atombios_dp.c | |||
@@ -690,8 +690,7 @@ static int radeon_dp_link_train_init(struct radeon_dp_link_train_info *dp_info) | |||
690 | 690 | ||
691 | /* set the lane count on the sink */ | 691 | /* set the lane count on the sink */ |
692 | tmp = dp_info->dp_lane_count; | 692 | tmp = dp_info->dp_lane_count; |
693 | if (dp_info->dpcd[DP_DPCD_REV] >= 0x11 && | 693 | if (drm_dp_enhanced_frame_cap(dp_info->dpcd)) |
694 | dp_info->dpcd[DP_MAX_LANE_COUNT] & DP_ENHANCED_FRAME_CAP) | ||
695 | tmp |= DP_LANE_COUNT_ENHANCED_FRAME_EN; | 694 | tmp |= DP_LANE_COUNT_ENHANCED_FRAME_EN; |
696 | radeon_write_dpcd_reg(dp_info->radeon_connector, DP_LANE_COUNT_SET, tmp); | 695 | radeon_write_dpcd_reg(dp_info->radeon_connector, DP_LANE_COUNT_SET, tmp); |
697 | 696 | ||