Home
last modified time | relevance | path

Searched refs:epp_values (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/cpufreq/
Dintel_pstate.c702 static unsigned int epp_values[] = { variable
721 if (epp == epp_values[EPP_INDEX_PERFORMANCE]) in intel_pstate_get_energy_pref_index()
723 if (epp == epp_values[EPP_INDEX_BALANCE_PERFORMANCE]) in intel_pstate_get_energy_pref_index()
725 if (epp == epp_values[EPP_INDEX_BALANCE_POWERSAVE]) in intel_pstate_get_energy_pref_index()
727 if (epp == epp_values[EPP_INDEX_POWERSAVE]) in intel_pstate_get_energy_pref_index()
788 epp = epp_values[pref_index]; in intel_pstate_set_energy_pref_index()
874 epp = ret ? epp_values[ret] : cpu->epp_default; in store_energy_performance_preference()
1950 epp_values[EPP_INDEX_BALANCE_PERFORMANCE] = cpudata->epp_default; in intel_pstate_update_epp_defaults()
1958 if (epp_values[EPP_INDEX_BALANCE_PERFORMANCE] == HWP_EPP_BALANCE_PERFORMANCE) in intel_pstate_update_epp_defaults()
1965 cpudata->epp_default = epp_values[EPP_INDEX_BALANCE_PERFORMANCE]; in intel_pstate_update_epp_defaults()
[all …]
Damd-pstate.c124 static unsigned int epp_values[] = { variable
297 epp = epp_values[pref_index]; in amd_pstate_set_energy_pref_index()