Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
Ddcn20_hwseq.c1398 unsigned int polling_interval_us = 1; in dcn20_pipe_control_lock() local
1404 for (i = 0; i < TIMEOUT_FOR_FLIP_PENDING_US / polling_interval_us; ++i) { in dcn20_pipe_control_lock()
1407 udelay(polling_interval_us); in dcn20_pipe_control_lock()
2211 unsigned int polling_interval_us = 1; in dcn20_post_unlock_program_front_end() local
2237 for (j = 0; j < TIMEOUT_FOR_PIPE_ENABLE_US / polling_interval_us in dcn20_post_unlock_program_front_end()
2239 udelay(polling_interval_us); in dcn20_post_unlock_program_front_end()
2259 for (j = 0; j < TIMEOUT_FOR_PIPE_ENABLE_US / polling_interval_us in dcn20_post_unlock_program_front_end()
2261 udelay(polling_interval_us); in dcn20_post_unlock_program_front_end()