Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c1251 unsigned int polling_interval_us = 1; in dcn20_pipe_control_lock() local
1257 for (i = 0; i < TIMEOUT_FOR_FLIP_PENDING_US / polling_interval_us; ++i) { in dcn20_pipe_control_lock()
1260 udelay(polling_interval_us); in dcn20_pipe_control_lock()
1964 unsigned int polling_interval_us = 1; in dcn20_post_unlock_program_front_end() local
1986 for (j = 0; j < TIMEOUT_FOR_PIPE_ENABLE_US / polling_interval_us in dcn20_post_unlock_program_front_end()
1988 udelay(polling_interval_us); in dcn20_post_unlock_program_front_end()