Searched refs:allow_active (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc.c | 6576 bool allow_active; in dc_set_psr_allow_active() local 6588 allow_active = true; in dc_set_psr_allow_active() 6589 if (!dc_link_set_psr_allow_active(link, &allow_active, false, false, NULL)) in dc_set_psr_allow_active() 6592 allow_active = false; in dc_set_psr_allow_active() 6593 if (!dc_link_set_psr_allow_active(link, &allow_active, true, false, NULL)) in dc_set_psr_allow_active() 6606 bool allow_active; in dc_set_replay_allow_active() local 6618 allow_active = true; in dc_set_replay_allow_active() 6619 if (!dc_link_set_replay_allow_active(link, &allow_active, in dc_set_replay_allow_active() 6623 allow_active = false; in dc_set_replay_allow_active() 6624 if (!dc_link_set_replay_allow_active(link, &allow_active, in dc_set_replay_allow_active()
|