Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_aux.c67 #define TIME_OUT_INCREMENT 1016 macro
453 } else if (timeout_in_us <= TIME_OUT_INCREMENT) { in dce_aux_configure_timeout()
458 } else if (timeout_in_us <= 2 * TIME_OUT_INCREMENT) { in dce_aux_configure_timeout()
463 } else if (timeout_in_us <= 4 * TIME_OUT_INCREMENT) { in dce_aux_configure_timeout()
468 } else if (timeout_in_us > 4 * TIME_OUT_INCREMENT) { in dce_aux_configure_timeout()