]> git.baikalelectronics.ru Git - kernel.git/commit
drm/dp/mst: Read the extended DPCD capabilities during system resume
authorImre Deak <imre.deak@intel.com>
Tue, 14 Jun 2022 09:45:37 +0000 (12:45 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Aug 2022 12:24:20 +0000 (14:24 +0200)
commit216805b85718d2e3be7354a63326ccd65203e511
tree1d537d3b28350e69fd169c7b0dae17566d4c5dec
parent19245c3c4b4da7cdf4ee5d558bdeac0b213714d6
drm/dp/mst: Read the extended DPCD capabilities during system resume

[ Upstream commit 0f1939f5a0d4a3685d485fbf6e445fa202dfbdf8 ]

The WD22TB4 Thunderbolt dock at least will revert its DP_MAX_LINK_RATE
from HBR3 to HBR2 after system suspend/resume if the DP_DP13_DPCD_REV
registers are not read subsequently also as required.

Fix this by reading DP_DP13_DPCD_REV registers as well, matching what is
done during connector detection. While at it also fix up the same call
in drm_dp_mst_dump_topology().

Cc: Lyude Paul <lyude@redhat.com>
Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/5292
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Cc: <stable@vger.kernel.org> # v5.14+
Reviewed-by: Lyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220614094537.885472-1-imre.deak@intel.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/drm_dp_mst_topology.c