Searched refs:lowest_nonlinear_perf (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/drivers/cpufreq/ |
D | amd-pstate-ut.c | 124 u32 highest_perf = 0, nominal_perf = 0, lowest_nonlinear_perf = 0, lowest_perf = 0; in amd_pstate_ut_check_perf() local 146 lowest_nonlinear_perf = cppc_perf.lowest_nonlinear_perf; in amd_pstate_ut_check_perf() 158 lowest_nonlinear_perf = AMD_CPPC_LOWNONLIN_PERF(cap1); in amd_pstate_ut_check_perf() 164 (lowest_nonlinear_perf != READ_ONCE(cpudata->lowest_nonlinear_perf)) || in amd_pstate_ut_check_perf() 170 lowest_nonlinear_perf, cpudata->lowest_nonlinear_perf, in amd_pstate_ut_check_perf() 176 (nominal_perf > lowest_nonlinear_perf) && in amd_pstate_ut_check_perf() 177 (lowest_nonlinear_perf > lowest_perf) && in amd_pstate_ut_check_perf() 182 lowest_nonlinear_perf, lowest_perf); in amd_pstate_ut_check_perf()
|
D | amd-pstate.c | 312 WRITE_ONCE(cpudata->lowest_nonlinear_perf, AMD_CPPC_LOWNONLIN_PERF(cap1)); in pstate_init_perf() 334 WRITE_ONCE(cpudata->lowest_nonlinear_perf, in cppc_init_perf() 335 cppc_perf.lowest_nonlinear_perf); in cppc_init_perf() 530 cap_perf, lowest_nonlinear_perf, max_freq; in amd_pstate_adjust_perf() local 536 lowest_nonlinear_perf = READ_ONCE(cpudata->lowest_nonlinear_perf); in amd_pstate_adjust_perf() 547 if (min_perf < lowest_nonlinear_perf) in amd_pstate_adjust_perf() 548 min_perf = lowest_nonlinear_perf; in amd_pstate_adjust_perf() 613 u32 lowest_nonlinear_freq, lowest_nonlinear_perf, in amd_get_lowest_nonlinear_freq() local 624 lowest_nonlinear_perf = cppc_perf.lowest_nonlinear_perf; in amd_get_lowest_nonlinear_freq() 626 lowest_nonlinear_ratio = div_u64(lowest_nonlinear_perf << SCHED_CAPACITY_SHIFT, in amd_get_lowest_nonlinear_freq()
|
D | cppc_cpufreq.c | 728 caps->lowest_nonlinear_perf); in cppc_cpufreq_cpu_init()
|
/Linux-v6.6/Documentation/admin-guide/acpi/ |
D | cppc_sysfs.rst | 33 -r--r--r-- 1 root root 65536 Mar 5 19:38 lowest_nonlinear_perf 43 * lowest_nonlinear_perf : Lowest performance of this processor with nonlinear
|
/Linux-v6.6/include/linux/ |
D | amd-pstate.h | 71 u32 lowest_nonlinear_perf; member
|
/Linux-v6.6/include/acpi/ |
D | cppc_acpi.h | 108 u32 lowest_nonlinear_perf; member
|
/Linux-v6.6/drivers/acpi/ |
D | cppc_acpi.c | 159 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_nonlinear_perf); 188 &lowest_nonlinear_perf.attr, 1237 perf_caps->lowest_nonlinear_perf = min_nonlinear; in cppc_get_perf_caps()
|
/Linux-v6.6/Documentation/admin-guide/pm/ |
D | amd-pstate.rst | 514 … || highest_perf >= nominal_perf > lowest_nonlinear_perf > lowest_p…
|