Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/clk_mgr/
Dclk_mgr.c112 bool allow_active = false; in clk_mgr_exit_optimized_pwr_state() local
118 dc_link_set_psr_allow_active(edp_link, &allow_active, false, false, NULL); in clk_mgr_exit_optimized_pwr_state()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c3135 bool dc_link_set_psr_allow_active(struct dc_link *link, const bool *allow_active, in dc_link_set_psr_allow_active() argument
3149 if ((allow_active != NULL) && (*allow_active == true) && (link->type == dc_connection_none)) { in dc_link_set_psr_allow_active()
3167 if (allow_active && link->psr_settings.psr_allow_active != *allow_active) { in dc_link_set_psr_allow_active()
3168 link->psr_settings.psr_allow_active = *allow_active; in dc_link_set_psr_allow_active()
Ddc.c4229 bool allow_active; in dc_set_psr_allow_active() local
4241 allow_active = true; in dc_set_psr_allow_active()
4242 if (!dc_link_set_psr_allow_active(link, &allow_active, false, false, NULL)) in dc_set_psr_allow_active()
4245 allow_active = false; in dc_set_psr_allow_active()
4246 if (!dc_link_set_psr_allow_active(link, &allow_active, true, false, NULL)) in dc_set_psr_allow_active()
Ddc_link_dp.c4000 bool allow_active; in handle_hpd_irq_psr_sink() local
4012 allow_active = false; in handle_hpd_irq_psr_sink()
4013 dc_link_set_psr_allow_active(link, &allow_active, true, false, NULL); in handle_hpd_irq_psr_sink()
4014 allow_active = true; in handle_hpd_irq_psr_sink()
4015 dc_link_set_psr_allow_active(link, &allow_active, true, false, NULL); in handle_hpd_irq_psr_sink()