Home
last modified time | relevance | path

Searched refs:lowest_nonlinear_perf (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/cpufreq/
A Damd-pstate-ut.c127 u32 highest_perf = 0, nominal_perf = 0, lowest_nonlinear_perf = 0, lowest_perf = 0; in amd_pstate_ut_check_perf() local
149 lowest_nonlinear_perf = cppc_perf.lowest_nonlinear_perf; in amd_pstate_ut_check_perf()
161 lowest_nonlinear_perf = AMD_CPPC_LOWNONLIN_PERF(cap1); in amd_pstate_ut_check_perf()
171 (lowest_nonlinear_perf != READ_ONCE(cpudata->lowest_nonlinear_perf)) || in amd_pstate_ut_check_perf()
176 lowest_nonlinear_perf, cpudata->lowest_nonlinear_perf, in amd_pstate_ut_check_perf()
182 (nominal_perf > lowest_nonlinear_perf) && in amd_pstate_ut_check_perf()
183 (lowest_nonlinear_perf > lowest_perf) && in amd_pstate_ut_check_perf()
188 lowest_nonlinear_perf, lowest_perf); in amd_pstate_ut_check_perf()
A Damd-pstate.c381 WRITE_ONCE(cpudata->lowest_nonlinear_perf, AMD_CPPC_LOWNONLIN_PERF(cap1)); in pstate_init_perf()
399 WRITE_ONCE(cpudata->lowest_nonlinear_perf, in cppc_init_perf()
400 cppc_perf.lowest_nonlinear_perf); in cppc_init_perf()
627 cap_perf, lowest_nonlinear_perf; in amd_pstate_adjust_perf() local
641 lowest_nonlinear_perf = READ_ONCE(cpudata->lowest_nonlinear_perf); in amd_pstate_adjust_perf()
651 if (min_perf < lowest_nonlinear_perf) in amd_pstate_adjust_perf()
652 min_perf = lowest_nonlinear_perf; in amd_pstate_adjust_perf()
891 u32 lowest_nonlinear_perf, lowest_nonlinear_freq; in amd_pstate_init_freq() local
917 lowest_nonlinear_perf = READ_ONCE(cpudata->lowest_nonlinear_perf); in amd_pstate_init_freq()
918 lowest_nonlinear_ratio = div_u64(lowest_nonlinear_perf << SCHED_CAPACITY_SHIFT, in amd_pstate_init_freq()
A Damd-pstate.h76 u32 lowest_nonlinear_perf; member
A Dcppc_cpufreq.c623 policy->min = cppc_perf_to_khz(caps, caps->lowest_nonlinear_perf); in cppc_cpufreq_cpu_init()
/linux/Documentation/admin-guide/acpi/
A Dcppc_sysfs.rst33 -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/include/acpi/
A Dcppc_acpi.h110 u32 lowest_nonlinear_perf; member
/linux/drivers/acpi/
A Dcppc_acpi.c167 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_nonlinear_perf);
207 &lowest_nonlinear_perf.attr,
1334 perf_caps->lowest_nonlinear_perf = min_nonlinear; in cppc_get_perf_caps()
/linux/Documentation/admin-guide/pm/
A Damd-pstate.rst598 … || highest_perf >= nominal_perf > lowest_nonlinear_perf > lowest_p…

Completed in 832 milliseconds