OSDN Git Service

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)
commit9cb0dc6ccb7df9abe1407574ed4ad84895822d11
tree3b1d31c696f59c5f00533e4f499ec0093601935f
parentc3d3f35b725bf9c93bec6d3c056f6bb7cfd27403
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: b73353f7f3d4 ("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