Home
last modified time | relevance | path

Searched refs:psr_allow_active (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ !
H A Damdgpu_dm_psr.c248 link->psr_settings.psr_allow_active) { in amdgpu_dm_psr_is_active_allowed()
H A Damdgpu_dm_crtc.c133 link->psr_settings.psr_allow_active); in amdgpu_dm_crtc_set_panel_sr_feature()
H A Damdgpu_dm.c9909 !psr->psr_allow_active && !aconn->disallow_edp_enter_psr) in amdgpu_dm_enable_self_refresh()
10078 if (acrtc_state->stream->link->psr_settings.psr_allow_active) in amdgpu_dm_commit_planes()
10248 if (acrtc_state->stream->link->psr_settings.psr_allow_active) in amdgpu_dm_commit_planes()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/ !
H A Dclk_mgr.c114 clk_mgr->psr_allow_active_cache = edp_link->psr_settings.psr_allow_active; in clk_mgr_exit_optimized_pwr_state()
/linux/drivers/gpu/drm/amd/display/dc/ !
H A Ddc_types.h1061 bool psr_allow_active; // PSR is currently active member
/linux/drivers/gpu/drm/amd/display/dc/core/ !
H A Ddc.c5634 if (enable && !link->psr_settings.psr_allow_active) { in dc_set_psr_allow_active()
5638 } else if (!enable && link->psr_settings.psr_allow_active) { in dc_set_psr_allow_active()