Home
last modified time | relevance | path

Searched refs:hw_locks (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1446 union dmub_hw_lock_flags hw_locks = { 0 }; in dcn20_pipe_control_lock() local
1449 hw_locks.bits.lock_pipe = 1; in dcn20_pipe_control_lock()
1453 hw_locks.bits.triple_buffer_lock = pipe->plane_state->triplebuffer_flips; in dcn20_pipe_control_lock()
1457 &hw_locks, in dcn20_pipe_control_lock()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c4265 union dmub_hw_lock_flags hw_locks = { 0 }; in commit_planes_for_stream() local
4268 hw_locks.bits.lock_dig = 1; in commit_planes_for_stream()
4273 &hw_locks, in commit_planes_for_stream()
4534 union dmub_hw_lock_flags hw_locks = { 0 }; in commit_planes_for_stream() local
4537 hw_locks.bits.lock_dig = 1; in commit_planes_for_stream()
4542 &hw_locks, in commit_planes_for_stream()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c2250 union dmub_hw_lock_flags hw_locks = { 0 }; in dcn10_cursor_lock() local
2253 hw_locks.bits.lock_cursor = 1; in dcn10_cursor_lock()
2258 &hw_locks, in dcn10_cursor_lock()
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h5118 union dmub_hw_lock_flags hw_locks; member