Searched refs:hw_lock_cmd (Results 1 – 3 of 3) sorted by relevance
38 union dmub_inbox0_cmd_lock_hw hw_lock_cmd);
409 union dmub_inbox0_cmd_lock_hw hw_lock_cmd = { 0 }; in dcn32_subvp_pipe_control_lock() local420 hw_lock_cmd.bits.command_code = DMUB_INBOX0_CMD__HW_LOCK; in dcn32_subvp_pipe_control_lock()421 hw_lock_cmd.bits.hw_lock_client = HW_LOCK_CLIENT_DRIVER; in dcn32_subvp_pipe_control_lock()422 hw_lock_cmd.bits.lock = lock; in dcn32_subvp_pipe_control_lock()423 hw_lock_cmd.bits.should_release = !lock; in dcn32_subvp_pipe_control_lock()424 dmub_hw_lock_mgr_inbox0_cmd(dc->ctx->dmub_srv, hw_lock_cmd); in dcn32_subvp_pipe_control_lock()436 union dmub_inbox0_cmd_lock_hw hw_lock_cmd = { 0 }; in dcn32_subvp_pipe_control_lock_fast() local438 hw_lock_cmd.bits.command_code = DMUB_INBOX0_CMD__HW_LOCK; in dcn32_subvp_pipe_control_lock_fast()439 hw_lock_cmd.bits.hw_lock_client = HW_LOCK_CLIENT_DRIVER; in dcn32_subvp_pipe_control_lock_fast()440 hw_lock_cmd.bits.lock = lock; in dcn32_subvp_pipe_control_lock_fast()[all …]
1494 union dmub_inbox0_cmd_lock_hw hw_lock_cmd = { 0 }; in dcn401_dmub_hw_control_lock() local1502 hw_lock_cmd.bits.command_code = DMUB_INBOX0_CMD__HW_LOCK; in dcn401_dmub_hw_control_lock()1503 hw_lock_cmd.bits.hw_lock_client = HW_LOCK_CLIENT_DRIVER; in dcn401_dmub_hw_control_lock()1504 hw_lock_cmd.bits.lock = lock; in dcn401_dmub_hw_control_lock()1505 hw_lock_cmd.bits.should_release = !lock; in dcn401_dmub_hw_control_lock()1506 dmub_hw_lock_mgr_inbox0_cmd(dc->ctx->dmub_srv, hw_lock_cmd); in dcn401_dmub_hw_control_lock()1515 union dmub_inbox0_cmd_lock_hw hw_lock_cmd = { 0 }; in dcn401_dmub_hw_control_lock_fast() local1517 hw_lock_cmd.bits.command_code = DMUB_INBOX0_CMD__HW_LOCK; in dcn401_dmub_hw_control_lock_fast()1518 hw_lock_cmd.bits.hw_lock_client = HW_LOCK_CLIENT_DRIVER; in dcn401_dmub_hw_control_lock_fast()1519 hw_lock_cmd.bits.lock = lock; in dcn401_dmub_hw_control_lock_fast()[all …]