Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_aux.c72 #define MAX_TIMEOUT_LENGTH 127 macro
475 length = (length < MAX_TIMEOUT_LENGTH) ? length : MAX_TIMEOUT_LENGTH; in dce_aux_configure_timeout()