Searched refs:hw_locks (Results 1 – 4 of 4) sorted by relevance
881 union dmub_hw_lock_flags hw_locks = { 0 }; in dp_set_test_pattern() local884 hw_locks.bits.lock_dig = 1; in dp_set_test_pattern()889 &hw_locks, in dp_set_test_pattern()929 union dmub_hw_lock_flags hw_locks = { 0 }; in dp_set_test_pattern() local932 hw_locks.bits.lock_dig = 1; in dp_set_test_pattern()937 &hw_locks, in dp_set_test_pattern()
1461 union dmub_hw_lock_flags hw_locks = { 0 }; in dcn20_pipe_control_lock() local1464 hw_locks.bits.lock_pipe = 1; in dcn20_pipe_control_lock()1468 hw_locks.bits.triple_buffer_lock = pipe->plane_state->triplebuffer_flips; in dcn20_pipe_control_lock()1472 &hw_locks, in dcn20_pipe_control_lock()
4181 union dmub_hw_lock_flags hw_locks = { 0 }; in commit_planes_for_stream() local4184 hw_locks.bits.lock_dig = 1; in commit_planes_for_stream()4189 &hw_locks, in commit_planes_for_stream()4450 union dmub_hw_lock_flags hw_locks = { 0 }; in commit_planes_for_stream() local4453 hw_locks.bits.lock_dig = 1; in commit_planes_for_stream()4458 &hw_locks, in commit_planes_for_stream()
5090 union dmub_hw_lock_flags hw_locks; member