Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_hw_lock_mgr.c54 union dmub_inbox0_cmd_lock_hw hw_lock_cmd) in dmub_hw_lock_mgr_inbox0_cmd() argument
58 data.inbox0_cmd_lock_hw = hw_lock_cmd; in dmub_hw_lock_mgr_inbox0_cmd()
H A Ddmub_hw_lock_mgr.h38 union dmub_inbox0_cmd_lock_hw hw_lock_cmd);
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c402 union dmub_inbox0_cmd_lock_hw hw_lock_cmd = { 0 }; in dcn32_subvp_pipe_control_lock() local
413 hw_lock_cmd.bits.command_code = DMUB_INBOX0_CMD__HW_LOCK; in dcn32_subvp_pipe_control_lock()
414 hw_lock_cmd.bits.hw_lock_client = HW_LOCK_CLIENT_DRIVER; in dcn32_subvp_pipe_control_lock()
415 hw_lock_cmd.bits.lock = lock; in dcn32_subvp_pipe_control_lock()
416 hw_lock_cmd.bits.should_release = !lock; in dcn32_subvp_pipe_control_lock()
417 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() local
431 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 …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1451 union dmub_inbox0_cmd_lock_hw hw_lock_cmd = { 0 }; in dcn401_fams2_global_control_lock() local
1456 hw_lock_cmd.bits.command_code = DMUB_INBOX0_CMD__HW_LOCK; in dcn401_fams2_global_control_lock()
1457 hw_lock_cmd.bits.hw_lock_client = HW_LOCK_CLIENT_DRIVER; in dcn401_fams2_global_control_lock()
1458 hw_lock_cmd.bits.lock = lock; in dcn401_fams2_global_control_lock()
1459 hw_lock_cmd.bits.should_release = !lock; in dcn401_fams2_global_control_lock()
1460 dmub_hw_lock_mgr_inbox0_cmd(dc->ctx->dmub_srv, hw_lock_cmd); in dcn401_fams2_global_control_lock()
1469 union dmub_inbox0_cmd_lock_hw hw_lock_cmd = { 0 }; in dcn401_fams2_global_control_lock_fast() local
1471 hw_lock_cmd.bits.command_code = DMUB_INBOX0_CMD__HW_LOCK; in dcn401_fams2_global_control_lock_fast()
1472 hw_lock_cmd.bits.hw_lock_client = HW_LOCK_CLIENT_DRIVER; in dcn401_fams2_global_control_lock_fast()
1473 hw_lock_cmd.bits.lock = lock; in dcn401_fams2_global_control_lock_fast()
[all …]