amdgpu_clk_mgr.c | 73 struct dc_link *edp_link = get_edp_link(dc); local in function:clk_mgr_exit_optimized_pwr_state 78 if (edp_link) { 79 clk_mgr->psr_allow_active_cache = edp_link->psr_allow_active; 80 dc_link_set_psr_allow_active(edp_link, false, false); 87 struct dc_link *edp_link = get_edp_link(dc); local in function:clk_mgr_optimize_pwr_state 89 if (edp_link) 90 dc_link_set_psr_allow_active(edp_link, clk_mgr->psr_allow_active_cache, false);
|