Searched refs:no_timeout (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.c209 static unsigned int dcn32_smu_get_hard_min_status(struct clk_mgr_internal *clk_mgr, bool *no_timeout, unsigned int *total_delay_us) argument
216 *no_timeout = dcn32_smu_send_msg_with_param_delay(clk_mgr,
219 smu_print("SMU Get hard min status: no_timeout %d delay %d us clk bits %x\n",
220 *no_timeout, *total_delay_us, response);
230 bool no_timeout, hard_min_done; local
253 readDalHardMinClkBits = dcn32_smu_get_hard_min_status(clk_mgr, &no_timeout, &read_total_delay_us);
273 smu_print("SMU Wait get hard min status: no_timeout %d, delay %d us, max %d us, read %x, check %x\n",
274 no_timeout, total_delay_us, cur_wait_get_hard_min_max_us, readDalHardMinClkBits, checkDalHardMinClkBits);

Completed in 162 milliseconds