Searched refs:allow_active (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/clk_mgr/ |
D | clk_mgr.c | 112 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/ |
D | dc_link.c | 3135 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()
|
D | dc.c | 4229 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()
|
D | dc_link_dp.c | 4000 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()
|