Home
last modified time | relevance | path

Searched refs:lowest_perf (Results 1 – 9 of 9) 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
150 lowest_perf = cppc_perf.lowest_perf; in amd_pstate_ut_check_perf()
162 lowest_perf = AMD_CPPC_LOWEST_PERF(cap1); in amd_pstate_ut_check_perf()
172 (lowest_perf != READ_ONCE(cpudata->lowest_perf))) { in amd_pstate_ut_check_perf()
177 lowest_perf, cpudata->lowest_perf); in amd_pstate_ut_check_perf()
183 (lowest_nonlinear_perf > lowest_perf) && in amd_pstate_ut_check_perf()
184 (lowest_perf > 0))) { in amd_pstate_ut_check_perf()
188 lowest_nonlinear_perf, lowest_perf); in amd_pstate_ut_check_perf()
A Damd-pstate.c382 WRITE_ONCE(cpudata->lowest_perf, AMD_CPPC_LOWEST_PERF(cap1)); in pstate_init_perf()
401 WRITE_ONCE(cpudata->lowest_perf, cppc_perf.lowest_perf); in cppc_init_perf()
403 WRITE_ONCE(cpudata->min_limit_perf, cppc_perf.lowest_perf); in cppc_init_perf()
539 u32 max_limit_perf, min_limit_perf, lowest_perf, max_perf; in amd_pstate_update_min_max_limit() local
550 lowest_perf = READ_ONCE(cpudata->lowest_perf); in amd_pstate_update_min_max_limit()
551 if (min_limit_perf < lowest_perf) in amd_pstate_update_min_max_limit()
552 min_limit_perf = lowest_perf; in amd_pstate_update_min_max_limit()
579 min_perf = READ_ONCE(cpudata->lowest_perf); in amd_pstate_update_freq()
647 min_perf = READ_ONCE(cpudata->lowest_perf); in amd_pstate_adjust_perf()
1518 min_perf = READ_ONCE(cpudata->lowest_perf); in amd_pstate_epp_update_limit()
[all …]
A Dcppc_cpufreq.c393 min_cap = div_u64((u64)max_cap * perf_caps->lowest_perf, in get_perf_level_count()
426 min_cap = div_u64((u64)max_cap * perf_caps->lowest_perf, in cppc_get_cpu_power()
444 perf = perf_caps->lowest_perf; in cppc_get_cpu_power()
631 policy->cpuinfo.min_freq = cppc_perf_to_khz(caps, caps->lowest_perf); in cppc_cpufreq_cpu_init()
695 cpu_data->perf_ctrls.desired_perf = caps->lowest_perf; in cppc_cpufreq_cpu_exit()
700 caps->lowest_perf, cpu, ret); in cppc_cpufreq_cpu_exit()
A Damd-pstate.h77 u32 lowest_perf; member
/linux/Documentation/admin-guide/acpi/
A Dcppc_sysfs.rst34 -r--r--r-- 1 root root 65536 Mar 5 19:38 lowest_perf
45 * lowest_perf : Lowest performance of this processor (abstract scale).
47 * lowest_freq : CPU frequency corresponding to lowest_perf (in MHz).
/linux/include/acpi/
A Dcppc_acpi.h109 u32 lowest_perf; member
/linux/drivers/acpi/
A Dcppc_acpi.c165 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, lowest_perf);
206 &lowest_perf.attr,
1320 perf_caps->lowest_perf = low; in cppc_get_perf_caps()
1920 div = caps->nominal_perf - caps->lowest_perf; in cppc_perf_to_khz()
1951 mul = caps->nominal_perf - caps->lowest_perf; in cppc_khz_to_perf()
/linux/drivers/base/
A Darch_topology.c386 (perf_caps.highest_perf >= perf_caps.lowest_perf)) { in topology_init_cpu_capacity_cppc()
/linux/Documentation/admin-guide/pm/
A Damd-pstate.rst598 … || highest_perf >= nominal_perf > lowest_nonlinear_perf > lowest_perf > 0. |

Completed in 20 milliseconds