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

/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/
H A Ddcn32_clk_mgr_smu_msg.c106 static uint32_t dcn32_smu_wait_for_response_delay(struct clk_mgr_internal *clk_mgr, unsigned int delay_us, unsigned int max_retries, unsigned int *total_delay_us) argument
109 *total_delay_us = 0;
120 *total_delay_us += delay_us;
123 TRACE_SMU_DELAY(*total_delay_us, clk_mgr->base.ctx);
128 static bool dcn32_smu_send_msg_with_param_delay(struct clk_mgr_internal *clk_mgr, uint32_t msg_id, uint32_t param_in, uint32_t *param_out, unsigned int *total_delay_us) argument
131 *total_delay_us = 0;
152 *total_delay_us = delay1_us + delay2_us;
156 *total_delay_us = delay1_us + 2000000;
209 static unsigned int dcn32_smu_get_hard_min_status(struct clk_mgr_internal *clk_mgr, bool *no_timeout, unsigned int *total_delay_us) argument
217 DALSMC_MSG_ReturnHardMinStatus, param, &response, total_delay_us);
229 unsigned int total_delay_us, read_total_delay_us; local
[all...]

Completed in 120 milliseconds