Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/cpufreq/
Dintel_pstate.c138 int perf_ctl_scaling; member
520 int perf_ctl_scaling = cpu->pstate.perf_ctl_scaling; in intel_pstate_hybrid_hwp_adjust() local
522 int turbo_freq = perf_ctl_turbo * perf_ctl_scaling; in intel_pstate_hybrid_hwp_adjust()
528 pr_debug("CPU%d: perf_ctl_scaling = %d\n", cpu->cpu, perf_ctl_scaling); in intel_pstate_hybrid_hwp_adjust()
550 perf_ctl_scaling); in intel_pstate_hybrid_hwp_adjust()
553 DIV_ROUND_UP(perf_ctl_max_phys * perf_ctl_scaling, in intel_pstate_hybrid_hwp_adjust()
556 cpu->pstate.min_freq = cpu->pstate.min_pstate * perf_ctl_scaling; in intel_pstate_hybrid_hwp_adjust()
882 if (cpu->pstate.scaling != cpu->pstate.perf_ctl_scaling) in show_base_frequency()
883 freq = rounddown(freq, cpu->pstate.perf_ctl_scaling); in show_base_frequency()
915 if (scaling != cpu->pstate.perf_ctl_scaling) { in intel_pstate_get_hwp_cap()
[all …]