Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Damd-pstate.c233 u8 des_perf, u8 max_perf, u8 epp, bool fast_switch) in msr_update_perf() argument
243 value |= FIELD_PREP(AMD_CPPC_DES_PERF_MASK, des_perf); in msr_update_perf()
280 u8 min_perf, u8 des_perf, in amd_pstate_update_perf() argument
284 return static_call(amd_pstate_update_perf)(policy, min_perf, des_perf, in amd_pstate_update_perf()
484 u8 des_perf, u8 max_perf, u8 epp, bool fast_switch) in shmem_update_perf() argument
503 value |= FIELD_PREP(AMD_CPPC_DES_PERF_MASK, des_perf); in shmem_update_perf()
524 perf_ctrls.desired_perf = des_perf; in shmem_update_perf()
569 u8 des_perf, u8 max_perf, bool fast_switch, int gov_flags) in amd_pstate_update() argument
581 des_perf = clamp_t(u8, des_perf, min_perf, max_perf); in amd_pstate_update()
583 policy->cur = perf_to_freq(perf, cpudata->nominal_freq, des_perf); in amd_pstate_update()
[all …]
/linux/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py155 def store_csv(cpu_int, time_pre_dec, time_post_dec, min_perf, des_perf, max_perf, freq_ghz, mperf, … argument
165 …" % (cpu_int, int(time_pre_dec), int(time_post_dec), int(min_perf), int(des_perf), int(max_perf), …
210 des_perf = search_obj.group(12)
234 …store_csv(cpu_int, time_pre_dec, time_post_dec, min_perf, des_perf, max_perf, freq_ghz, mperf, ape…
/linux/Documentation/admin-guide/pm/
H A Damd-pstate.rst560 …common_cpu common_secs common_usecs min_perf des_perf max_perf freq mperf apef tsc …