Home
last modified time | relevance | path

Searched refs:total_delay_us (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/
H A Ddcn32_clk_mgr_smu_msg.c107 …r_internal *clk_mgr, unsigned int delay_us, unsigned int max_retries, unsigned int *total_delay_us) in dcn32_smu_wait_for_response_delay() argument
110 *total_delay_us = 0; in dcn32_smu_wait_for_response_delay()
121 *total_delay_us += delay_us; in dcn32_smu_wait_for_response_delay()
124 TRACE_SMU_MSG_DELAY(0, 0, *total_delay_us, clk_mgr->base.ctx); in dcn32_smu_wait_for_response_delay()
129 …al *clk_mgr, uint32_t msg_id, uint32_t param_in, uint32_t *param_out, unsigned int *total_delay_us) in dcn32_smu_send_msg_with_param_delay() argument
132 *total_delay_us = 0; in dcn32_smu_send_msg_with_param_delay()
153 *total_delay_us = delay1_us + delay2_us; in dcn32_smu_send_msg_with_param_delay()
157 *total_delay_us = delay1_us + 2000000; in dcn32_smu_send_msg_with_param_delay()
210 …t_hard_min_status(struct clk_mgr_internal *clk_mgr, bool *no_timeout, unsigned int *total_delay_us) in dcn32_smu_get_hard_min_status() argument
218 DALSMC_MSG_ReturnHardMinStatus, param, &response, total_delay_us); in dcn32_smu_get_hard_min_status()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn401/
H A Ddcn401_clk_mgr_smu_msg.c92 …r_internal *clk_mgr, unsigned int delay_us, unsigned int max_retries, unsigned int *total_delay_us) in dcn401_smu_wait_for_response_delay() argument
95 *total_delay_us = 0; in dcn401_smu_wait_for_response_delay()
106 *total_delay_us += delay_us; in dcn401_smu_wait_for_response_delay()
112 …al *clk_mgr, uint32_t msg_id, uint32_t param_in, uint32_t *param_out, unsigned int *total_delay_us) in dcn401_smu_send_msg_with_param_delay() argument
115 *total_delay_us = 0; in dcn401_smu_send_msg_with_param_delay()
136 *total_delay_us = delay1_us + delay2_us; in dcn401_smu_send_msg_with_param_delay()
141 *total_delay_us = delay1_us + 2000000; in dcn401_smu_send_msg_with_param_delay()
255 …t_hard_min_status(struct clk_mgr_internal *clk_mgr, bool *no_timeout, unsigned int *total_delay_us) in dcn401_smu_get_hard_min_status() argument
263 DALSMC_MSG_ReturnHardMinStatus, param, &response, total_delay_us); in dcn401_smu_get_hard_min_status()
266 *no_timeout, *total_delay_us, response); in dcn401_smu_get_hard_min_status()
[all …]