mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 02:02:28 +09:00
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>
This commit is contained in:
committed by
Alex Deucher
parent
167d74fd7d
commit
1bd26c7db1
@@ -424,6 +424,7 @@ void dce60_hw_sequencer_construct(struct dc *dc)
|
||||
|
||||
dc->hwseq->funcs.enable_display_power_gating = dce100_enable_display_power_gating;
|
||||
dc->hwss.apply_ctx_for_surface = dce60_apply_ctx_for_surface;
|
||||
dc->hwss.cursor_lock = dce60_pipe_control_lock;
|
||||
dc->hwss.pipe_control_lock = dce60_pipe_control_lock;
|
||||
dc->hwss.prepare_bandwidth = dce100_prepare_bandwidth;
|
||||
dc->hwss.optimize_bandwidth = dce100_optimize_bandwidth;
|
||||
|
||||
Reference in New Issue
Block a user