Searched refs:dc_link_set_psr_allow_active (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_psr.c | 193 dc_link_set_psr_allow_active(link, &psr_enable, false, false, &power_opt); in amdgpu_dm_psr_enable() 211 return dc_link_set_psr_allow_active(stream->link, &psr_enable, wait, false, NULL); in amdgpu_dm_psr_disable()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_link_exports.c | 467 bool dc_link_set_psr_allow_active(struct dc_link *link, const bool *allow_active, in dc_link_set_psr_allow_active() function
|
| H A D | dc.c | 5495 if (!dc_link_set_psr_allow_active(link, &allow_active, false, false, NULL)) in dc_set_psr_allow_active() 5499 if (!dc_link_set_psr_allow_active(link, &allow_active, true, false, NULL)) in dc_set_psr_allow_active()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc.h | 2270 bool dc_link_set_psr_allow_active(struct dc_link *dc_link, const bool *enable,
|