]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
drm/amd/display: Fix DFPstate hang due to view port changed
authorPaul Hsieh <paul.hsieh@amd.com>
Wed, 5 Aug 2020 09:28:37 +0000 (17:28 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 17 Aug 2020 18:07:49 +0000 (14:07 -0400)
commit9804ecbba8f73916101ac36929bc647c3cb17155
treec9ed473576a0709e991bb71051f658dea55efb05
parentecfe7569a512852eb35fe0edf73089e6451152e4
drm/amd/display: Fix DFPstate hang due to view port changed

[Why]
Place the cursor in the center of screen between two pipes then
adjusting the viewport but cursour doesn't update cause DFPstate hang.

[How]
If viewport changed, update cursor as well.

Cc: stable@vger.kernel.org
Signed-off-by: Paul Hsieh <paul.hsieh@amd.com>
Reviewed-by: Aric Cyr <Aric.Cyr@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c