]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Fix MST reboot/poweroff sequence
authorLeo (Hanghong) Ma <hanghong.ma@amd.com>
Thu, 24 Jan 2019 20:07:52 +0000 (15:07 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 19 Feb 2019 20:33:47 +0000 (15:33 -0500)
commitb06e275d59490b9fb8d7235976c7c08635ac7aa1
treee6877f9f75835e0acaf8f14304b9778b1000e0e9
parente8c7ce97dafdacdd60fee9d19462a584bf3008d3
drm/amd/display: Fix MST reboot/poweroff sequence

[Why]

drm_dp_mst_topology_mgr_suspend() is added into the new reboot
sequence, which disables the UP request at the beginning.
Therefore sideband messages are blocked.

[How]

Finish MST sideband message transaction before UP request is
suppressed.

Signed-off-by: Leo (Hanghong) Ma <hanghong.ma@amd.com>
Reviewed-by: Roman Li <Roman.Li@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c