Searched refs:hw_lock_cmd (Results 1 – 3 of 3) sorted by relevance
54 union dmub_inbox0_cmd_lock_hw hw_lock_cmd) in dmub_hw_lock_mgr_inbox0_cmd() argument58 data.inbox0_cmd_lock_hw = hw_lock_cmd; in dmub_hw_lock_mgr_inbox0_cmd()
38 union dmub_inbox0_cmd_lock_hw hw_lock_cmd);
395 union dmub_inbox0_cmd_lock_hw hw_lock_cmd = { 0 }; in dcn32_subvp_pipe_control_lock() local406 hw_lock_cmd.bits.command_code = DMUB_INBOX0_CMD__HW_LOCK; in dcn32_subvp_pipe_control_lock()407 hw_lock_cmd.bits.hw_lock_client = HW_LOCK_CLIENT_DRIVER; in dcn32_subvp_pipe_control_lock()408 hw_lock_cmd.bits.lock = lock; in dcn32_subvp_pipe_control_lock()409 hw_lock_cmd.bits.should_release = !lock; in dcn32_subvp_pipe_control_lock()410 dmub_hw_lock_mgr_inbox0_cmd(dc->ctx->dmub_srv, hw_lock_cmd); in dcn32_subvp_pipe_control_lock()429 union dmub_inbox0_cmd_lock_hw hw_lock_cmd = { 0 }; in dcn32_subvp_pipe_control_lock_fast() local431 hw_lock_cmd.bits.command_code = DMUB_INBOX0_CMD__HW_LOCK; in dcn32_subvp_pipe_control_lock_fast()432 hw_lock_cmd.bits.hw_lock_client = HW_LOCK_CLIENT_DRIVER; in dcn32_subvp_pipe_control_lock_fast()433 hw_lock_cmd.bits.lock = lock; in dcn32_subvp_pipe_control_lock_fast()[all …]