]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: cursor update command incomplete
authorMax Tseng <max.tseng@amd.com>
Thu, 20 Oct 2022 15:46:52 +0000 (11:46 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 2 Nov 2022 20:51:20 +0000 (16:51 -0400)
commit227bc469ada3511dc9de13834fb60e001e3300a2
tree3b1d31c696f59c5f00533e4f499ec0093601935f
parentafa1069a824d5f6aa68f59e93dea9fd8c7ddf26a
drm/amd/display: cursor update command incomplete

Missing send cursor_rect width & Height into DMUB. PSR-SU would use
these information. But missing these assignment in last refactor commit

Reported-by: Timur Kristóf <timur.kristof@gmail.com>
Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2227
Fixes: f007c5dd0a23 ("drm/amd/display: Use the same cursor info across features")
Tested-by: Mark Broadworth <mark.broadworth@amd.com>
Reviewed-by: Anthony Koo <Anthony.Koo@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Max Tseng <max.tseng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.c