dc_link_set_psr_allow_active
dc_link_set_psr_allow_active(link, &psr_enable, false, false, &power_opt);
return dc_link_set_psr_allow_active(stream->link, &psr_enable, wait, false, NULL);
if (!dc_link_set_psr_allow_active(link, &allow_active, false, false, NULL))
if (!dc_link_set_psr_allow_active(link, &allow_active, true, false, NULL))
bool dc_link_set_psr_allow_active(struct dc_link *dc_link, const bool *enable,