]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: fix dual cursor shows on extend desktop
authorCharlene Liu <Charlene.Liu@amd.com>
Sat, 11 Apr 2026 02:29:37 +0000 (22:29 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 28 Apr 2026 18:27:26 +0000 (14:27 -0400)
commitdf4c0441c41a1d3d5edcfec61c8e3be3513c412a
treefca5f8949e869d84fa5796fbbe2d197374fa55f7
parent941983b42b2b6136190d8f17e7cec618812ee886
drm/amd/display: fix dual cursor shows on extend desktop

[why & how]
when dpp pipe power gating disabled in driver, disable_pipe
did not disable cursor so next time as long as this pipe
powers up, it will be visible.

port dcn314 logic: disable cursor when it should be pipe pg.

Reviewed-by: Roman Li <roman.li@amd.com>
Signed-off-by: Charlene Liu <Charlene.Liu@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/dc/dpp/dcn42/dcn42_dpp.c
drivers/gpu/drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c