Searched refs:lowest_nonlinear_perf (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/cpufreq/ |
D | amd-pstate-ut.c | 142 u32 highest_perf = 0, nominal_perf = 0, lowest_nonlinear_perf = 0, lowest_perf = 0; in amd_pstate_ut_check_perf() local 165 lowest_nonlinear_perf = cppc_perf.lowest_nonlinear_perf; in amd_pstate_ut_check_perf() 176 lowest_nonlinear_perf = AMD_CPPC_LOWNONLIN_PERF(cap1); in amd_pstate_ut_check_perf() 182 (lowest_nonlinear_perf != READ_ONCE(cpudata->lowest_nonlinear_perf)) || in amd_pstate_ut_check_perf() 188 lowest_nonlinear_perf, cpudata->lowest_nonlinear_perf, in amd_pstate_ut_check_perf() 194 (nominal_perf > lowest_nonlinear_perf) && in amd_pstate_ut_check_perf() 195 (lowest_nonlinear_perf > lowest_perf) && in amd_pstate_ut_check_perf() 200 lowest_nonlinear_perf, lowest_perf); in amd_pstate_ut_check_perf()
|
D | amd-pstate.c | 112 WRITE_ONCE(cpudata->lowest_nonlinear_perf, AMD_CPPC_LOWNONLIN_PERF(cap1)); in pstate_init_perf() 134 WRITE_ONCE(cpudata->lowest_nonlinear_perf, in cppc_init_perf() 135 cppc_perf.lowest_nonlinear_perf); in cppc_init_perf() 287 cap_perf, lowest_nonlinear_perf; in amd_pstate_adjust_perf() local 292 lowest_nonlinear_perf = READ_ONCE(cpudata->lowest_nonlinear_perf); in amd_pstate_adjust_perf() 302 if (min_perf < lowest_nonlinear_perf) in amd_pstate_adjust_perf() 303 min_perf = lowest_nonlinear_perf; in amd_pstate_adjust_perf() 363 u32 lowest_nonlinear_freq, lowest_nonlinear_perf, in amd_get_lowest_nonlinear_freq() local 374 lowest_nonlinear_perf = cppc_perf.lowest_nonlinear_perf; in amd_get_lowest_nonlinear_freq() 376 lowest_nonlinear_ratio = div_u64(lowest_nonlinear_perf << SCHED_CAPACITY_SHIFT, in amd_get_lowest_nonlinear_freq()
|
D | cppc_cpufreq.c | 725 caps->lowest_nonlinear_perf); in cppc_cpufreq_cpu_init()
|
/linux-6.1.9/include/linux/ |
D | amd-pstate.h | 62 u32 lowest_nonlinear_perf; member
|
/linux-6.1.9/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-6.1.9/include/acpi/ |
D | cppc_acpi.h | 108 u32 lowest_nonlinear_perf; member
|
/linux-6.1.9/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, 1223 perf_caps->lowest_nonlinear_perf = min_nonlinear; in cppc_get_perf_caps()
|
/linux-6.1.9/Documentation/admin-guide/pm/ |
D | amd-pstate.rst | 423 … || highest_perf >= nominal_perf > lowest_nonlinear_perf > lowest_p…
|