]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Always use legacy way of setting cursor on DCE
authorHarry Wentland <harry.wentland@amd.com>
Fri, 19 Apr 2024 18:29:46 +0000 (14:29 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 30 Apr 2024 13:51:51 +0000 (09:51 -0400)
commite582c097d3d1baf5d721ea9c4bad77713c300d43
treebbc592637e9885aecad511823aa785da81d1df03
parent7e0357bef402875425de0296800c34c41842ba82
drm/amd/display: Always use legacy way of setting cursor on DCE

Some IGT tests fail with the new atomic cursor updates
when running on older DCE-based ASICs. To work around
these issues keep calling the amdgpu_dm_commit_cursors
for each cursor update on DCE, even if those cursor
updates coincide with other plane updates.

Reviewed-by: Agustin Gutierrez <agustin.gutierrez@amd.com>
Reviewed-by: Sun peng Li <sunpeng.li@amd.com>
Acked-by: Wayne Lin <wayne.lin@amd.com>
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c