Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/
A Ddcn32_clk_mgr_smu_msg.c130 unsigned int delay1_us, delay2_us; in dcn32_smu_send_msg_with_param_delay() local
134 dcn32_smu_wait_for_response_delay(clk_mgr, 10, 200000, &delay1_us); in dcn32_smu_send_msg_with_param_delay()
152 *total_delay_us = delay1_us + delay2_us; in dcn32_smu_send_msg_with_param_delay()
156 *total_delay_us = delay1_us + 2000000; in dcn32_smu_send_msg_with_param_delay()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn401/
A Ddcn401_clk_mgr_smu_msg.c104 unsigned int delay1_us, delay2_us; in dcn401_smu_send_msg_with_param_delay() local
108 dcn401_smu_wait_for_response_delay(clk_mgr, 10, 200000, &delay1_us); in dcn401_smu_send_msg_with_param_delay()
126 *total_delay_us = delay1_us + delay2_us; in dcn401_smu_send_msg_with_param_delay()
130 *total_delay_us = delay1_us + 2000000; in dcn401_smu_send_msg_with_param_delay()

Completed in 5 milliseconds