Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_psr.c98 state = PSR_STATE_INVALID; in convert_psr_state()
118 *state = PSR_STATE_INVALID; in dmub_psr_get_state()
120 } while (++retry_count <= 1000 && *state == PSR_STATE_INVALID); in dmub_psr_get_state()
123 if (retry_count >= 1000 && *state == PSR_STATE_INVALID) { in dmub_psr_get_state()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h593 PSR_STATE_INVALID = 0xFF enumerator