drm/amd/display: Clear the CUR_ENABLE register on DCN20 on DPP5
authorIvan Lipski <ivan.lipski@amd.com>
Wed, 5 Nov 2025 20:27:42 +0000 (15:27 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 18 Nov 2025 17:07:50 +0000 (12:07 -0500)
commit5bab4c89390f32b2f491f49a151948cd226dd909
tree3a8a6f53566681dd902eb7ddd250a6efb3c59cac
parentc97da4785b3bbc60c24cfd1ffea1d7c8b90ed743
drm/amd/display: Clear the CUR_ENABLE register on DCN20 on DPP5

[Why]
On DCN20 & DCN30, the 6th DPP's & HUBP's are powered on permanently and
cannot be power gated. Thus, when dpp_reset() is invoked for the DPP5,
while it's still powered on, the cached cursor_state
(dpp_base->pos.cur0_ctl.bits.cur0_enable)
and the actual state (CUR0_ENABLE) bit are unsycned. This can cause a
double cursor in full screen with non-native scaling.

[How]
Force disable cursor on DPP5 on plane powerdown for ASICs w/ 6 DPPs/HUBPs.

Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/4673
Reviewed-by: Aric Cyr <aric.cyr@amd.com>
Signed-off-by: Ivan Lipski <ivan.lipski@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit 79b3c037f972dcb13e325a8eabfb8da835764e15)
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c