Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/cpufreq/
Damd-pstate.c237 u32 des_perf, u32 max_perf, bool fast_switch) in pstate_update_perf() argument
249 u32 min_perf, u32 des_perf, in amd_pstate_update_perf() argument
252 static_call(amd_pstate_update_perf)(cpudata, min_perf, des_perf, in amd_pstate_update_perf()
431 u32 min_perf, u32 des_perf, in cppc_update_perf() argument
438 perf_ctrls.desired_perf = des_perf; in cppc_update_perf()
477 u32 des_perf, u32 max_perf, bool fast_switch, int gov_flags) in amd_pstate_update() argument
489 des_perf = clamp_t(unsigned long, des_perf, min_perf, max_perf); in amd_pstate_update()
492 policy->cur = div_u64(des_perf * max_freq, max_perf); in amd_pstate_update()
495 min_perf = des_perf; in amd_pstate_update()
496 des_perf = 0; in amd_pstate_update()
[all …]
/linux-6.12.1/tools/power/x86/amd_pstate_tracer/
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-6.12.1/Documentation/admin-guide/pm/
Damd-pstate.rst562 …common_cpu common_secs common_usecs min_perf des_perf max_perf freq mperf apef tsc …