diff options
author | Wayne Lin <Wayne.Lin@amd.com> | 2024-10-25 07:27:26 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-04-07 11:08:35 +0300 |
commit | 2c1674fb52b2e1a1d7be78888f1a747e70c05474 (patch) | |
tree | 591f3a2f6f3f70909cadca2eb437b88b3a7b12f8 /tools/perf/scripts/python/parallel-perf.py | |
parent | 95407304253a4bf03494d921c6913e220c26cc63 (diff) | |
download | linux-2c1674fb52b2e1a1d7be78888f1a747e70c05474.tar.xz |
drm/amd/display: Don't write DP_MSTM_CTRL after LT
commit bc068194f548ef1f230d96c4398046bf59165992 upstream.
[Why]
Observe after suspend/resme, we can't light up mst monitors under specific
mst hub. The reason is that driver still writes DPCD DP_MSTM_CTRL after LT.
It's forbidden even we write the same value for that dpcd register.
[How]
We already resume the mst branch device dpcd settings during
resume_mst_branch_status(). Leverage drm_dp_mst_topology_queue_probe() to
only probe the topology, not calling drm_dp_mst_topology_mgr_resume() which
will set DP_MSTM_CTRL as well.
Reviewed-by: Jerry Zuo <jerry.zuo@amd.com>
Signed-off-by: Wayne Lin <Wayne.Lin@amd.com>
Signed-off-by: Zaeem Mohamed <zaeem.mohamed@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions