Searched refs:des_perf (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/cpufreq/ |
| H A D | amd-pstate.c | 231 u8 des_perf, u8 max_perf, u8 epp, bool fast_switch) in msr_update_perf() argument 241 value |= FIELD_PREP(AMD_CPPC_DES_PERF_MASK, des_perf); in msr_update_perf() 278 u8 min_perf, u8 des_perf, in amd_pstate_update_perf() argument 483 value |= FIELD_PREP(AMD_CPPC_DES_PERF_MASK, des_perf); in shmem_update_perf() 504 perf_ctrls.desired_perf = des_perf; in shmem_update_perf() 557 des_perf = clamp_t(u8, des_perf, min_perf, max_perf); in amd_pstate_update() 562 min_perf = des_perf; in amd_pstate_update() 563 des_perf = 0; in amd_pstate_update() 629 u8 des_perf; in amd_pstate_update_freq() local 682 u8 max_perf, min_perf, des_perf, cap_perf; in amd_pstate_adjust_perf() local [all …]
|
| /linux-6.15/tools/power/x86/amd_pstate_tracer/ |
| H A D | amd_pstate_trace.py | 155 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.15/Documentation/admin-guide/pm/ |
| H A D | amd-pstate.rst | 560 …common_cpu common_secs common_usecs min_perf des_perf max_perf freq mperf apef tsc …
|