Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1402 unsigned int polling_interval_us = 1; in dcn20_pipe_control_lock() local
1408 for (i = 0; i < TIMEOUT_FOR_FLIP_PENDING_US / polling_interval_us; ++i) { in dcn20_pipe_control_lock()
1411 udelay(polling_interval_us); in dcn20_pipe_control_lock()
2243 unsigned int polling_interval_us = 1; in dcn20_post_unlock_program_front_end() local
2271 for (j = 0; j < timeout_us / polling_interval_us in dcn20_post_unlock_program_front_end()
2273 udelay(polling_interval_us); in dcn20_post_unlock_program_front_end()
2292 for (j = 0; j < timeout_us / polling_interval_us in dcn20_post_unlock_program_front_end()
2294 udelay(polling_interval_us); in dcn20_post_unlock_program_front_end()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2237 unsigned int polling_interval_us = 1; in dcn401_post_unlock_program_front_end() local
2267 for (j = 0; j < timeout_us / polling_interval_us in dcn401_post_unlock_program_front_end()
2269 udelay(polling_interval_us); in dcn401_post_unlock_program_front_end()
2288 for (j = 0; j < timeout_us / polling_interval_us in dcn401_post_unlock_program_front_end()
2290 udelay(polling_interval_us); in dcn401_post_unlock_program_front_end()