Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_psr.c97 state = PSR_STATE_INVALID; in convert_psr_state()
122 *state = PSR_STATE_INVALID; in dmub_psr_get_state()
124 } while (++retry_count <= 1000 && *state == PSR_STATE_INVALID); in dmub_psr_get_state()
127 if (retry_count >= 1000 && *state == PSR_STATE_INVALID) { in dmub_psr_get_state()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h607 PSR_STATE_INVALID = 0xFF enumerator