]> 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)
commite21afd80b9675ab3cbbfbc855d8ee80e35d37935
tree3b1d31c696f59c5f00533e4f499ec0093601935f
parent185b9e56123e5d81201b419c4a469b1dfdd98415
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: dbcc7d3b1b75 ("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