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 D | link_dp_irq_handler.c | 145 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 D | link_edp_panel_control.c | 456 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 D | clk_mgr.c | 113 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 D | dc.c | 4499 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 13 milliseconds