Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c1909 unsigned int polling_interval_us) in hwss_add_hubp_wait_flip_pending() argument
1914 …q_state->num_steps].params.hubp_wait_flip_pending_params.polling_interval_us = polling_interval_us; in hwss_add_hubp_wait_flip_pending()
1926 unsigned int polling_interval_us) in hwss_add_tg_wait_double_buffer_pending() argument
1931 …->num_steps].params.tg_wait_double_buffer_pending_params.polling_interval_us = polling_interval_us; in hwss_add_tg_wait_double_buffer_pending()
2594 unsigned int polling_interval_us = params->hubp_wait_flip_pending_params.polling_interval_us; in hwss_hubp_wait_flip_pending() local
2597 for (j = 0; j < timeout_us / polling_interval_us in hwss_hubp_wait_flip_pending()
2599 udelay(polling_interval_us); in hwss_hubp_wait_flip_pending()
2606 …unsigned int polling_interval_us = params->tg_wait_double_buffer_pending_params.polling_interval_u… in hwss_tg_wait_double_buffer_pending() local
2610 for (j = 0; j < timeout_us / polling_interval_us in hwss_tg_wait_double_buffer_pending()
2612 udelay(polling_interval_us); in hwss_tg_wait_double_buffer_pending()
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h446 unsigned int polling_interval_us; member
452 unsigned int polling_interval_us; member
1718 struct hubp *hubp, unsigned int timeout_us, unsigned int polling_interval_us);
1721 struct timing_generator *tg, unsigned int timeout_us, unsigned int polling_interval_us);
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1404 unsigned int polling_interval_us = 1; in dcn20_pipe_control_lock() local
1410 for (i = 0; i < TIMEOUT_FOR_FLIP_PENDING_US / polling_interval_us; ++i) { in dcn20_pipe_control_lock()
1413 udelay(polling_interval_us); in dcn20_pipe_control_lock()
2238 unsigned int polling_interval_us = 1; in dcn20_post_unlock_program_front_end() local
2266 for (j = 0; j < timeout_us / polling_interval_us in dcn20_post_unlock_program_front_end()
2268 udelay(polling_interval_us); in dcn20_post_unlock_program_front_end()
2287 for (j = 0; j < timeout_us / polling_interval_us in dcn20_post_unlock_program_front_end()
2289 udelay(polling_interval_us); in dcn20_post_unlock_program_front_end()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2567 unsigned int polling_interval_us = 1; in dcn401_post_unlock_program_front_end() local
2597 for (j = 0; j < timeout_us / polling_interval_us in dcn401_post_unlock_program_front_end()
2599 udelay(polling_interval_us); in dcn401_post_unlock_program_front_end()
2618 for (j = 0; j < timeout_us / polling_interval_us in dcn401_post_unlock_program_front_end()
2620 udelay(polling_interval_us); in dcn401_post_unlock_program_front_end()