Home
last modified time | relevance | path

Searched refs:allow_active (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_psr.c238 bool allow_active = false; in amdgpu_dm_psr_is_active_allowed() local
249 allow_active = true; in amdgpu_dm_psr_is_active_allowed()
254 return allow_active; in amdgpu_dm_psr_is_active_allowed()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/
H A Dclk_mgr.c109 bool allow_active = false; in clk_mgr_exit_optimized_pwr_state() local
115 dc->link_srv->edp_set_psr_allow_active(edp_link, &allow_active, false, false, NULL); in clk_mgr_exit_optimized_pwr_state()
116 dc->link_srv->edp_set_replay_allow_active(edp_link, &allow_active, false, false, NULL); in clk_mgr_exit_optimized_pwr_state()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c5623 bool allow_active; in dc_set_psr_allow_active() local
5635 allow_active = true; in dc_set_psr_allow_active()
5636 if (!dc_link_set_psr_allow_active(link, &allow_active, false, false, NULL)) in dc_set_psr_allow_active()
5639 allow_active = false; in dc_set_psr_allow_active()
5640 if (!dc_link_set_psr_allow_active(link, &allow_active, true, false, NULL)) in dc_set_psr_allow_active()
5653 bool allow_active; in dc_set_replay_allow_active() local
5665 allow_active = true; in dc_set_replay_allow_active()
5666 if (!dc_link_set_replay_allow_active(link, &allow_active, in dc_set_replay_allow_active()
5670 allow_active = false; in dc_set_replay_allow_active()
5671 if (!dc_link_set_replay_allow_active(link, &allow_active, in dc_set_replay_allow_active()