]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/dp_mst: Verify the link status always the same way
authorImre Deak <imre.deak@intel.com>
Wed, 25 Feb 2026 16:46:00 +0000 (18:46 +0200)
committerImre Deak <imre.deak@intel.com>
Tue, 3 Mar 2026 15:49:02 +0000 (17:49 +0200)
commit1ed0420217fa18fc44a8cba285d10645073ce1a0
tree2fd369b3f489617a42ad5fb08d518fd4e75bba91
parentc51348f02b19aa292b4e92b465af45503e0210b4
drm/i915/dp_mst: Verify the link status always the same way

The MST link status should be always verified from the same DPCD
registers after link training. Atm, both the legacy (0x202 - 0x205) and
the ESI (0x200C - 0x200F) link status registers are used. Use always the
latter ESI version of link status registers.

v2: Propagate error from intel_dp_read_link_status(). (Jani, Luca)

Cc: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patch.msgid.link/20260225164618.1261368-3-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_dp.c