OSDN Git Service

drm/amd/display: stop top_mgr when type change to non-MST during s3
authorLewis Huang <Lewis.Huang@amd.com>
Thu, 8 Oct 2020 06:09:45 +0000 (14:09 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 2 Nov 2020 20:30:22 +0000 (15:30 -0500)
commite748b59fb74e8725c8774a4b0753fabba9de7b97
tree5a60487ac38ec43a93fff07864dc68119214e210
parent202ad02da33a884cad458152e5080bd75fac9440
drm/amd/display: stop top_mgr when type change to non-MST during s3

[Why]
Driver keeps the invalid information cause report the
incorrect monitor which save in remote sink to OS

[How]
When connector type change from MST to non-MST,
stop the topology manager.

Signed-off-by: Lewis Huang <Lewis.Huang@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_link.c