Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/
A Dclk_mgr.c103 bool allow_active = false; in clk_mgr_exit_optimized_pwr_state() local
109 dc_link_set_psr_allow_active(edp_link, &allow_active, false, false, NULL); in clk_mgr_exit_optimized_pwr_state()
/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc.c3509 bool allow_active; in dc_set_psr_allow_active() local
3521 allow_active = true; in dc_set_psr_allow_active()
3522 if (!dc_link_set_psr_allow_active(link, &allow_active, false, false, NULL)) in dc_set_psr_allow_active()
3525 allow_active = false; in dc_set_psr_allow_active()
3526 if (!dc_link_set_psr_allow_active(link, &allow_active, true, false, NULL)) in dc_set_psr_allow_active()
A Ddc_link_dp.c3445 bool allow_active; local
3456 allow_active = false;
3457 dc_link_set_psr_allow_active(link, &allow_active, true, false, NULL);
3458 allow_active = true;
3459 dc_link_set_psr_allow_active(link, &allow_active, true, false, NULL);
A Ddc_link.c2946 bool dc_link_set_psr_allow_active(struct dc_link *link, const bool *allow_active, in dc_link_set_psr_allow_active() argument
2969 if (allow_active && link->psr_settings.psr_allow_active != *allow_active) { in dc_link_set_psr_allow_active()
2970 link->psr_settings.psr_allow_active = *allow_active; in dc_link_set_psr_allow_active()

Completed in 28 milliseconds