aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
diff options
context:
space:
mode:
authorWayne Lin <[email protected]>2024-10-25 04:27:26 +0000
committerAlex Deucher <[email protected]>2024-11-04 16:39:19 +0000
commitbc068194f548ef1f230d96c4398046bf59165992 (patch)
tree2818924038b30c753535ed57f8376fc7820c3bd5 /drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
parentdrm/amd/display: Minimize wait for pending updates (diff)
downloadkernel-bc068194f548ef1f230d96c4398046bf59165992.tar.gz
kernel-bc068194f548ef1f230d96c4398046bf59165992.zip
drm/amd/display: Don't write DP_MSTM_CTRL after LT
[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 <[email protected]> Signed-off-by: Wayne Lin <[email protected]> Signed-off-by: Zaeem Mohamed <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c')
0 files changed, 0 insertions, 0 deletions