Home
last modified time | relevance | path

Searched refs:dc_link_set_psr_allow_active (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_psr.c185 return dc_link_set_psr_allow_active(link, &psr_enable, false, false, &power_opt); in amdgpu_dm_psr_enable()
201 return dc_link_set_psr_allow_active(stream->link, &psr_enable, true, false, &power_opt); in amdgpu_dm_psr_disable()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/clk_mgr/
Dclk_mgr.c118 dc_link_set_psr_allow_active(edp_link, &allow_active, false, false, NULL); in clk_mgr_exit_optimized_pwr_state()
137 dc_link_set_psr_allow_active(edp_link, in clk_mgr_optimize_pwr_state()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/
Ddc_link.h346 bool dc_link_set_psr_allow_active(struct dc_link *dc_link, const bool *enable,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc.c4242 if (!dc_link_set_psr_allow_active(link, &allow_active, false, false, NULL)) 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.c4013 dc_link_set_psr_allow_active(link, &allow_active, true, false, NULL); 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()
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() function