Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_psr.c190 return dc_link_set_psr_allow_active(link, &psr_enable, false, false, &power_opt); in amdgpu_dm_psr_enable()
206 return dc_link_set_psr_allow_active(stream->link, &psr_enable, true, false, &power_opt); in amdgpu_dm_psr_disable()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_exports.c456 bool dc_link_set_psr_allow_active(struct dc_link *link, const bool *allow_active, in dc_link_set_psr_allow_active() function
Ddc.c4715 if (!dc_link_set_psr_allow_active(link, &allow_active, false, false, NULL)) in dc_set_psr_allow_active()
4719 if (!dc_link_set_psr_allow_active(link, &allow_active, true, false, NULL)) in dc_set_psr_allow_active()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/
Ddc.h2007 bool dc_link_set_psr_allow_active(struct dc_link *dc_link, const bool *enable,