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)
commit1bd26c7db150a98ebc13e417341bc4dcf67c0b0d
tree1470d14374687eaabe94773f42fe1b405266b69e
parent167d74fd7dfc18158c116c84565dda24b40473c6
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