amdgpu_pp_psm.c | 242 struct pp_power_state *pcurrent; local in function:power_state_management 251 pcurrent = hwmgr->current_ps; 253 phm_apply_state_adjust_rules(hwmgr, requested, pcurrent); 254 if (pcurrent == NULL || (0 != phm_check_states_equal(hwmgr, 255 &pcurrent->hardware, &requested->hardware, &equal))) 259 phm_set_power_state(hwmgr, &pcurrent->hardware, &requested->hardware);
|