Searched refs:des_perf (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/cpufreq/ |
| H A D | amd-pstate.c | 240 u8 des_perf, u8 max_perf, u8 epp, bool fast_switch) in msr_update_perf() argument 248 FIELD_MODIFY(AMD_CPPC_DES_PERF_MASK, &value, des_perf); in msr_update_perf() 284 u8 min_perf, u8 des_perf, in amd_pstate_update_perf() argument 288 return static_call(amd_pstate_update_perf)(policy, min_perf, des_perf, in amd_pstate_update_perf() 544 u8 des_perf, u8 max_perf, u8 epp, bool fast_switch) in shmem_update_perf() argument 561 FIELD_MODIFY(AMD_CPPC_DES_PERF_MASK, &value, des_perf); in shmem_update_perf() 582 perf_ctrls.desired_perf = des_perf; in shmem_update_perf() 627 u8 des_perf, u8 max_perf, bool fast_switch, int gov_flags) in amd_pstate_update() argument 636 des_perf = clamp_t(u8, des_perf, min_perf, max_perf); in amd_pstate_update() 638 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 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, aperf, tsc, common_comm, load, duration_ms, sample_num, elapsed_time, cpu_mask): argument 165 string_buffer = "CPU_%03u, %05u, %06u, %u, %u, %u, %.4f, %u, %u, %u, %.2f, %.3f, %u, %.3f, %s\n" % (cpu_int, int(time_pre_dec), int(time_post_dec), int(min_perf), int(des_perf), int(max_perf), freq_ghz, int(mperf), int(aperf), int(tsc), load, duration_ms, sample_num, elapsed_time, common_comm) 181 f_handle.write('common_cpu, common_secs, common_usecs, min_perf, des_perf, max_perf, freq, mperf, aperf, tsc, load, duration_ms, sample_num, elapsed_time, common_comm') 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, aperf, tsc, common_comm, load, duration_ms, sample_num, elapsed_time, cpu_mask)
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | amd-pstate.rst | 625 …common_cpu common_secs common_usecs min_perf des_perf max_perf freq mperf apef tsc …
|