Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/
Ddce_aux.c68 #define MAX_TIMEOUT_LENGTH 127 macro
473 length = (length < MAX_TIMEOUT_LENGTH) ? length : MAX_TIMEOUT_LENGTH; in dce_aux_configure_timeout()