> -----Original Message----- > From: Intel-gfx <[email protected]> On Behalf Of Imre > Deak > Sent: Monday, July 22, 2024 10:25 PM > To: [email protected] > Subject: [PATCH 10/14] drm/i915/dp_mst: Configure MST after the link > parameters are reset > > The MST topology probing depends on the maximum link parameters - > programmed to DPCD if required by a follow-up patch - so make sure these > parameters are up-to-date before configuring and probing the MST topology. > > Signed-off-by: Imre Deak <[email protected]> LGTM, Reviewed-by: Suraj Kandpal <[email protected]> > --- > drivers/gpu/drm/i915/display/intel_dp.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/i915/display/intel_dp.c > b/drivers/gpu/drm/i915/display/intel_dp.c > index d3529c5836393..1c6d1db1d2690 100644 > --- a/drivers/gpu/drm/i915/display/intel_dp.c > +++ b/drivers/gpu/drm/i915/display/intel_dp.c > @@ -6025,13 +6025,13 @@ intel_dp_detect(struct drm_connector > *connector, > > intel_dp_detect_sdp_caps(intel_dp); > > - intel_dp_mst_configure(intel_dp); > - > if (intel_dp->reset_link_params) { > intel_dp_reset_link_params(intel_dp); > intel_dp->reset_link_params = false; > } > > + intel_dp_mst_configure(intel_dp); > + > intel_dp_print_rates(intel_dp); > > if (intel_dp->is_mst) { > -- > 2.44.2
- Re: [PATCH 05/14] drm/i915/dp: Initialize the link... Imre Deak
- RE: [PATCH 05/14] drm/i915/dp: Initialize the ... Kandpal, Suraj
- [PATCH 14/14] drm/i915/dp_mst: Enable LT fallback between U... Imre Deak
- RE: [PATCH 14/14] drm/i915/dp_mst: Enable LT fallback ... Kandpal, Suraj
- Re: [PATCH 14/14] drm/i915/dp_mst: Enable LT fallb... Imre Deak
- RE: [PATCH 14/14] drm/i915/dp_mst: Enable LT f... Kandpal, Suraj
- [PATCH 13/14] drm/i915/dp_mst: Ensure link parameters are u... Imre Deak
- [PATCH 10/14] drm/i915/dp_mst: Configure MST after the link... Imre Deak
- RE: [PATCH 10/14] drm/i915/dp_mst: Configure MST after... Kandpal, Suraj
- [PATCH 09/14] drm/i915/dp_mst: Reduce the link parameters i... Imre Deak
- Re: [PATCH 09/14] drm/i915/dp_mst: Reduce the link par... Imre Deak
- RE: [PATCH 09/14] drm/i915/dp_mst: Reduce the link par... Kandpal, Suraj
- Re: [PATCH 09/14] drm/i915/dp_mst: Reduce the link... Imre Deak
- RE: [PATCH 09/14] drm/i915/dp_mst: Reduce the ... Kandpal, Suraj
- [PATCH v2 09/14] drm/i915/dp_mst: Reduce the link para... Imre Deak
- RE: [PATCH v2 09/14] drm/i915/dp_mst: Reduce the l... Murthy, Arun R
- [PATCH 11/14] drm/i915/dp_mst: Queue modeset-retry after a ... Imre Deak
- RE: [PATCH 11/14] drm/i915/dp_mst: Queue modeset-retry... Kandpal, Suraj
- [PATCH 12/14] drm/i915/dp_mst: Reprobe the MST topology aft... Imre Deak
