| amdgpu_smu8_hwmgr.c | 855 bool disable_switch; local in function:smu8_update_low_mem_pstate 862 disable_switch = hw_data->cc6_settings.nb_pstate_switch_disable ? true : false; 866 smu8_nbdpm_pstate_enable_disable(hwmgr, false, disable_switch); 868 smu8_nbdpm_pstate_enable_disable(hwmgr, true, disable_switch); 870 smu8_nbdpm_pstate_enable_disable(hwmgr, enable_low_mem_state, disable_switch);
|