]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/dp_mst: Configure MST after the link parameters are reset
authorImre Deak <imre.deak@intel.com>
Mon, 22 Jul 2024 16:54:59 +0000 (19:54 +0300)
committerImre Deak <imre.deak@intel.com>
Wed, 31 Jul 2024 15:45:59 +0000 (18:45 +0300)
commit8f1fe39ded725483a67c15014a1863179c783b38
tree13ddd71d198e60947da5504833ebdfac9c7d793b
parentaa705f7ec6e2423af87c20b30f0e26eafdfd4513
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.

Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240722165503.2084999-11-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_dp.c