Commit 5c7b3934 authored by Imre Deak's avatar Imre Deak

drm/i915/dp_mst: Enable LT fallback between UHBR/non-UHBR link rates

Enable switching between UHBR and non-UHBR link rates on MST links when
reducing the link parameters after an LT failure.
Reviewed-by: default avatarSuraj Kandpal <suraj.kandpal@intel.com>
Signed-off-by: default avatarImre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240722165503.2084999-15-imre.deak@intel.com
parent e44bc451
...@@ -1188,11 +1188,6 @@ static bool reduce_link_params_in_bw_order(struct intel_dp *intel_dp, ...@@ -1188,11 +1188,6 @@ static bool reduce_link_params_in_bw_order(struct intel_dp *intel_dp,
intel_dp->link.force_lane_count != lane_count)) intel_dp->link.force_lane_count != lane_count))
continue; continue;
/* TODO: Make switching from UHBR to non-UHBR rates work. */
if (drm_dp_is_uhbr_rate(crtc_state->port_clock) !=
drm_dp_is_uhbr_rate(link_rate))
continue;
break; break;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment