Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce/
Ddmub_psr.c92 state = PSR_STATE_INVALID; in convert_psr_state()
117 *state = PSR_STATE_INVALID; in dmub_psr_get_state()
119 } while (++retry_count <= 1000 && *state == PSR_STATE_INVALID); in dmub_psr_get_state()
122 if (retry_count >= 1000 && *state == PSR_STATE_INVALID) { in dmub_psr_get_state()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/
Ddc_types.h676 PSR_STATE_INVALID = 0xFF enumerator