Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_aux.c441 uint32_t prev_timeout_val = 0; in dce_aux_configure_timeout() local
481 prev_timeout_val = prev_length * TIME_OUT_MULTIPLIER_8; in dce_aux_configure_timeout()
484 prev_timeout_val = prev_length * TIME_OUT_MULTIPLIER_16; in dce_aux_configure_timeout()
487 prev_timeout_val = prev_length * TIME_OUT_MULTIPLIER_32; in dce_aux_configure_timeout()
490 prev_timeout_val = prev_length * TIME_OUT_MULTIPLIER_64; in dce_aux_configure_timeout()
493 prev_timeout_val = DEFAULT_AUX_ENGINE_LENGTH * TIME_OUT_MULTIPLIER_8; in dce_aux_configure_timeout()
499 return prev_timeout_val; in dce_aux_configure_timeout()