File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
drivers/gpu/drm/i915/display Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3655,7 +3655,8 @@ static void mtl_ddi_prepare_link_retrain(struct intel_dp *intel_dp,
3655
3655
3656
3656
/* 6.d Configure and enable DP_TP_CTL with link training pattern 1 selected */
3657
3657
dp_tp_ctl = DP_TP_CTL_ENABLE | DP_TP_CTL_LINK_TRAIN_PAT1 ;
3658
- if (intel_crtc_has_type (crtc_state , INTEL_OUTPUT_DP_MST )) {
3658
+ if (intel_crtc_has_type (crtc_state , INTEL_OUTPUT_DP_MST ) ||
3659
+ intel_dp_is_uhbr (crtc_state )) {
3659
3660
dp_tp_ctl |= DP_TP_CTL_MODE_MST ;
3660
3661
} else {
3661
3662
dp_tp_ctl |= DP_TP_CTL_MODE_SST ;
@@ -3715,7 +3716,8 @@ static void intel_ddi_prepare_link_retrain(struct intel_dp *intel_dp,
3715
3716
}
3716
3717
3717
3718
dp_tp_ctl = DP_TP_CTL_ENABLE | DP_TP_CTL_LINK_TRAIN_PAT1 ;
3718
- if (intel_crtc_has_type (crtc_state , INTEL_OUTPUT_DP_MST )) {
3719
+ if (intel_crtc_has_type (crtc_state , INTEL_OUTPUT_DP_MST ) ||
3720
+ intel_dp_is_uhbr (crtc_state )) {
3719
3721
dp_tp_ctl |= DP_TP_CTL_MODE_MST ;
3720
3722
} else {
3721
3723
dp_tp_ctl |= DP_TP_CTL_MODE_SST ;
You can’t perform that action at this time.
0 commit comments