Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/protocols/
A Dlink_dp_irq_handler.c145 bool allow_active; in handle_hpd_irq_psr_sink() local
157 allow_active = false; in handle_hpd_irq_psr_sink()
158 dc_link_set_psr_allow_active(link, &allow_active, true, false, NULL); in handle_hpd_irq_psr_sink()
159 allow_active = true; in handle_hpd_irq_psr_sink()
160 dc_link_set_psr_allow_active(link, &allow_active, true, false, NULL); in handle_hpd_irq_psr_sink()
A Dlink_edp_panel_control.c456 bool dc_link_set_psr_allow_active(struct dc_link *link, const bool *allow_active, in dc_link_set_psr_allow_active() argument
470 if ((allow_active != NULL) && (*allow_active == true) && (link->type == dc_connection_none)) { in dc_link_set_psr_allow_active()
488 if (allow_active && link->psr_settings.psr_allow_active != *allow_active) { in dc_link_set_psr_allow_active()
489 link->psr_settings.psr_allow_active = *allow_active; in dc_link_set_psr_allow_active()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/
A Dclk_mgr.c113 bool allow_active = false; in clk_mgr_exit_optimized_pwr_state() local
119 dc_link_set_psr_allow_active(edp_link, &allow_active, false, false, NULL); in clk_mgr_exit_optimized_pwr_state()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/
A Ddc.c4499 bool allow_active; in dc_set_psr_allow_active() local
4511 allow_active = true; in dc_set_psr_allow_active()
4512 if (!dc_link_set_psr_allow_active(link, &allow_active, false, false, NULL)) in dc_set_psr_allow_active()
4515 allow_active = false; in dc_set_psr_allow_active()
4516 if (!dc_link_set_psr_allow_active(link, &allow_active, true, false, NULL)) in dc_set_psr_allow_active()

Completed in 14 milliseconds