Home
last modified time | relevance | path

Searched refs:hw_lock_cmd (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce/
A Ddmub_hw_lock_mgr.c56 union dmub_inbox0_cmd_lock_hw hw_lock_cmd) in dmub_hw_lock_mgr_inbox0_cmd() argument
60 data.inbox0_cmd_lock_hw = hw_lock_cmd; in dmub_hw_lock_mgr_inbox0_cmd()
A Ddmub_hw_lock_mgr.h38 union dmub_inbox0_cmd_lock_hw hw_lock_cmd);
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn32/
A Ddcn32_hwseq.c389 union dmub_inbox0_cmd_lock_hw hw_lock_cmd = { 0 }; in dcn32_subvp_pipe_control_lock() local
400 hw_lock_cmd.bits.command_code = DMUB_INBOX0_CMD__HW_LOCK; in dcn32_subvp_pipe_control_lock()
401 hw_lock_cmd.bits.hw_lock_client = HW_LOCK_CLIENT_DRIVER; in dcn32_subvp_pipe_control_lock()
402 hw_lock_cmd.bits.lock = lock; in dcn32_subvp_pipe_control_lock()
403 hw_lock_cmd.bits.should_release = !lock; in dcn32_subvp_pipe_control_lock()
404 dmub_hw_lock_mgr_inbox0_cmd(dc->ctx->dmub_srv, hw_lock_cmd); in dcn32_subvp_pipe_control_lock()

Completed in 6 milliseconds