Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c1922 unsigned int polling_interval_us) in hwss_add_hubp_wait_flip_pending() argument
1927 …q_state->num_steps].params.hubp_wait_flip_pending_params.polling_interval_us = polling_interval_us; in hwss_add_hubp_wait_flip_pending()
1939 unsigned int polling_interval_us) in hwss_add_tg_wait_double_buffer_pending() argument
1944 …->num_steps].params.tg_wait_double_buffer_pending_params.polling_interval_us = polling_interval_us; in hwss_add_tg_wait_double_buffer_pending()
2617 unsigned int polling_interval_us = params->hubp_wait_flip_pending_params.polling_interval_us; in hwss_hubp_wait_flip_pending() local
2620 for (j = 0; j < timeout_us / polling_interval_us in hwss_hubp_wait_flip_pending()
2622 udelay(polling_interval_us); in hwss_hubp_wait_flip_pending()
2629 …unsigned int polling_interval_us = params->tg_wait_double_buffer_pending_params.polling_interval_u… in hwss_tg_wait_double_buffer_pending() local
2633 for (j = 0; j < timeout_us / polling_interval_us in hwss_tg_wait_double_buffer_pending()
2635 udelay(polling_interval_us); in hwss_tg_wait_double_buffer_pending()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2505 unsigned int polling_interval_us = 1; in dcn401_post_unlock_program_front_end() local
2533 for (j = 0; j < timeout_us / polling_interval_us in dcn401_post_unlock_program_front_end()
2535 udelay(polling_interval_us); in dcn401_post_unlock_program_front_end()
2554 for (j = 0; j < timeout_us / polling_interval_us in dcn401_post_unlock_program_front_end()
2556 udelay(polling_interval_us); in dcn401_post_unlock_program_front_end()