drm/amd/display: Fix video glitch while drag window in PSR-SU
authorTom Chung <chiahsuan.chung@amd.com>
Wed, 1 Feb 2023 09:37:51 +0000 (17:37 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 14 Feb 2023 21:04:17 +0000 (16:04 -0500)
commitd6ed6d0d2aa8f238ca20ed03f24355336ff77dff
tree2a8291935770b21b4a8c0e990f667e037aa09061
parente54b214946136ba773fbce9a3b8b4d1ab9d0ad77
drm/amd/display: Fix video glitch while drag window in PSR-SU

[Why]
Dmub will cache the video position data during PSR-SU enable.
The dmub will use an outdated MPO video position if user try
to drag the video window and it will cause video glitch.

[How]
Disable the PSR-SU temporarily while user drag the video window.
The PSR-SU will be re-enabled after the video window is stable.

Reviewed-by: Sun peng Li <Sunpeng.Li@amd.com>
Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com>
Signed-off-by: Tom Chung <chiahsuan.chung@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
drivers/gpu/drm/amd/display/dc/dc_link.h