]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: dce60_hw_sequencer: add DCE6 specific .cursor_lock
authorMauro Rossi <issor.oruam@gmail.com>
Sun, 12 Jul 2020 20:54:13 +0000 (22:54 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 27 Jul 2020 20:46:39 +0000 (16:46 -0400)
commit3b3ce1b59f9fb60b3897a92551bc29977bd432f8
tree1470d14374687eaabe94773f42fe1b405266b69e
parentdfaeb2e013544a247d79d11cf7def36fe0101cb4
drm/amd/display: dce60_hw_sequencer: add DCE6 specific .cursor_lock

[Why]
kernel WARNING due to use of .cursor_lock = dce_pipe_control_lock inherited by dce110

[How]
DCE6 set .cursor_lock = dce60_pipe_control_lock

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dce60/dce60_hw_sequencer.c