Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce/
Ddmub_psr.c41 enum dc_psr_state state = PSR_STATE0; in convert_psr_state()
44 state = PSR_STATE0; in convert_psr_state()
158 enum dc_psr_state state = PSR_STATE0; in dmub_psr_enable()
186 if (state != PSR_STATE0) in dmub_psr_enable()
189 if (state == PSR_STATE0) in dmub_psr_enable()
208 enum dc_psr_state state = PSR_STATE0; in dmub_psr_set_level()
213 if (state == PSR_STATE0) in dmub_psr_set_level()
Ddce_dmcu.c141 enum dc_psr_state state = PSR_STATE0; in dce_dmcu_set_psr_enable()
162 if (state != PSR_STATE0) in dce_dmcu_set_psr_enable()
165 if (state == PSR_STATE0) in dce_dmcu_set_psr_enable()
559 enum dc_psr_state state = PSR_STATE0; in dcn10_dmcu_set_psr_enable()
589 if (state != PSR_STATE0) in dcn10_dmcu_set_psr_enable()
592 if (state == PSR_STATE0) in dcn10_dmcu_set_psr_enable()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/
Ddc_types.h630 PSR_STATE0 = 0x0, enumerator
/Linux-v5.15/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_debugfs.c2655 enum dc_psr_state state = PSR_STATE0; in psr_get()