Searched refs:hw_locks (Results 1 – 4 of 4) sorted by relevance
1446 union dmub_hw_lock_flags hw_locks = { 0 }; in dcn20_pipe_control_lock() local1449 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()
4265 union dmub_hw_lock_flags hw_locks = { 0 }; in commit_planes_for_stream() local4268 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() local4537 hw_locks.bits.lock_dig = 1; in commit_planes_for_stream()4542 &hw_locks, in commit_planes_for_stream()
2250 union dmub_hw_lock_flags hw_locks = { 0 }; in dcn10_cursor_lock() local2253 hw_locks.bits.lock_cursor = 1; in dcn10_cursor_lock()2258 &hw_locks, in dcn10_cursor_lock()
5118 union dmub_hw_lock_flags hw_locks; member