Searched refs:psr_allow_active (Results 1 – 8 of 8) sorted by relevance
616 if (allow_active && link->psr_settings.psr_allow_active != *allow_active) { in edp_set_psr_allow_active()617 link->psr_settings.psr_allow_active = *allow_active; in edp_set_psr_allow_active()619 if (!link->psr_settings.psr_allow_active) in edp_set_psr_allow_active()623 psr->funcs->psr_enable(psr, link->psr_settings.psr_allow_active, wait, panel_inst); in edp_set_psr_allow_active()626 dmcu->funcs->set_psr_enable(dmcu, link->psr_settings.psr_allow_active, wait); in edp_set_psr_allow_active()877 link->psr_settings.psr_allow_active = 0; in edp_setup_psr()
167 if (link->psr_settings.psr_allow_active) { in handle_hpd_irq_psr_sink()
240 link->psr_settings.psr_allow_active) { in amdgpu_dm_psr_is_active_allowed()
133 link->psr_settings.psr_allow_active); in amdgpu_dm_crtc_set_panel_sr_feature()
9288 !psr->psr_allow_active && !aconn->disallow_edp_enter_psr) in amdgpu_dm_enable_self_refresh()9457 if (acrtc_state->stream->link->psr_settings.psr_allow_active) in amdgpu_dm_commit_planes()9627 if (acrtc_state->stream->link->psr_settings.psr_allow_active) in amdgpu_dm_commit_planes()
114 clk_mgr->psr_allow_active_cache = edp_link->psr_settings.psr_allow_active; in clk_mgr_exit_optimized_pwr_state()
1026 bool psr_allow_active; // PSR is currently active member
5615 if (enable && !link->psr_settings.psr_allow_active) { in dc_set_psr_allow_active()5619 } else if (!enable && link->psr_settings.psr_allow_active) { in dc_set_psr_allow_active()
Completed in 44 milliseconds