diff options
author | Tony Cheng | 2017-03-01 04:52:29 +0100 |
---|---|---|
committer | Alex Deucher | 2017-09-26 23:17:56 +0200 |
commit | 773d1bcae744379a03f525bfc9249d8abf0550a8 (patch) | |
tree | c3778b17030dd169bab1697009e05b02005b4b1f /drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h | |
parent | drm/amd/display: clean up and simply locking logic (diff) | |
download | kernel-qcow2-linux-773d1bcae744379a03f525bfc9249d8abf0550a8.tar.gz kernel-qcow2-linux-773d1bcae744379a03f525bfc9249d8abf0550a8.tar.xz kernel-qcow2-linux-773d1bcae744379a03f525bfc9249d8abf0550a8.zip |
drm/amd/display: remove independent lock as we have no use case today
Signed-off-by: Tony Cheng <tony.cheng@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Reviewed-by: Charlene Liu <Charlene.Liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h b/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h index 612910e720af..98a04cd46178 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h @@ -34,13 +34,6 @@ enum pipe_gating_control { PIPE_GATING_CONTROL_INIT }; -enum pipe_lock_control { - PIPE_LOCK_CONTROL_GRAPHICS = 1 << 0, - PIPE_LOCK_CONTROL_BLENDER = 1 << 1, - PIPE_LOCK_CONTROL_SCL = 1 << 2, - PIPE_LOCK_CONTROL_MODE = 1 << 3, -}; - struct dce_hwseq_wa { bool blnd_crtc_trigger; }; @@ -128,7 +121,6 @@ struct hw_sequencer_funcs { void (*pipe_control_lock)( struct core_dc *dc, struct pipe_ctx *pipe, - enum pipe_lock_control control_mask, bool lock); void (*set_displaymarks)( |