Searched refs:dc_link_set_psr_allow_active (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/display/amdgpu_dm/ |
A D | amdgpu_dm_psr.c | 188 return dc_link_set_psr_allow_active(link, &psr_enable, false, false, &power_opt); in amdgpu_dm_psr_enable() 204 return dc_link_set_psr_allow_active(stream->link, &psr_enable, true, false, &power_opt); in amdgpu_dm_psr_disable()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/protocols/ |
A D | link_dp_irq_handler.c | 158 dc_link_set_psr_allow_active(link, &allow_active, true, false, NULL); 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() function
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/ |
A D | clk_mgr.c | 119 dc_link_set_psr_allow_active(edp_link, &allow_active, false, false, NULL); in clk_mgr_exit_optimized_pwr_state() 138 dc_link_set_psr_allow_active(edp_link, in clk_mgr_optimize_pwr_state()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/ |
A D | dc_link.h | 371 bool dc_link_set_psr_allow_active(struct dc_link *dc_link, const bool *enable,
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/ |
A D | dc.c | 4512 if (!dc_link_set_psr_allow_active(link, &allow_active, false, false, NULL)) 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 16 milliseconds