]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Cursor flicker when entering PSRSU
authorRobin Chen <po-tchen@amd.com>
Mon, 8 Aug 2022 02:56:17 +0000 (10:56 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 25 Aug 2022 17:34:40 +0000 (13:34 -0400)
commit777aba5ff2de54123f8a5d4b7b0f1cb30bf0f032
tree5fa83504dccf6e0be0163533f5b8319bcada4b87
parent28c991d80de6b44b9c5a7d46c5aa0687fac52c18
drm/amd/display: Cursor flicker when entering PSRSU

[Why]
The DAL driver may transmit the wrong cursor position to PSRSU
DMUB driver when there are multiple planes.

[How]
Currently the driver apply the HW cursor on the top plane. So we
should only transmit the cursor position on the top plane to
PSRSU DMUB driver.

Reviewed-by: Anthony Koo <Anthony.Koo@amd.com>
Acked-by: Brian Chang <Brian.Chang@amd.com>
Signed-off-by: Robin Chen <po-tchen@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c