Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_aux.c63 #define TIME_OUT_INCREMENT 1016 macro
451 } else if (timeout_in_us <= TIME_OUT_INCREMENT) { in dce_aux_configure_timeout()
456 } else if (timeout_in_us <= 2 * TIME_OUT_INCREMENT) { in dce_aux_configure_timeout()
461 } else if (timeout_in_us <= 4 * TIME_OUT_INCREMENT) { in dce_aux_configure_timeout()
466 } else if (timeout_in_us > 4 * TIME_OUT_INCREMENT) { in dce_aux_configure_timeout()