Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_psr.c45 enum dc_psr_state state = PSR_STATE0; in convert_psr_state()
48 state = PSR_STATE0; in convert_psr_state()
184 enum dc_psr_state state = PSR_STATE0; in dmub_psr_enable()
210 if (state != PSR_STATE0) in dmub_psr_enable()
213 if (state == PSR_STATE0) in dmub_psr_enable()
233 enum dc_psr_state state = PSR_STATE0; in dmub_psr_set_level()
238 if (state == PSR_STATE0) in dmub_psr_set_level()
H A Ddce_dmcu.c136 enum dc_psr_state state = PSR_STATE0; in dce_dmcu_set_psr_enable()
157 if (state != PSR_STATE0) in dce_dmcu_set_psr_enable()
160 if (state == PSR_STATE0) in dce_dmcu_set_psr_enable()
553 enum dc_psr_state state = PSR_STATE0; in dcn10_dmcu_set_psr_enable()
583 if (state != PSR_STATE0) in dcn10_dmcu_set_psr_enable()
586 if (state == PSR_STATE0) in dcn10_dmcu_set_psr_enable()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_psr.c259 enum dc_psr_state psr_state = PSR_STATE0; in amdgpu_dm_psr_wait_disable()
268 if (psr_state == PSR_STATE0) in amdgpu_dm_psr_wait_disable()
H A Damdgpu_dm_debugfs.c3115 enum dc_psr_state state = PSR_STATE0; in psr_get()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h575 PSR_STATE0 = 0x0, enumerator