Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/cpufreq/
Dintel_pstate.c140 int perf_ctl_scaling; member
543 int perf_ctl_scaling = cpu->pstate.perf_ctl_scaling; in intel_pstate_hybrid_hwp_adjust() local
549 pr_debug("CPU%d: perf_ctl_scaling = %d\n", cpu->cpu, perf_ctl_scaling); in intel_pstate_hybrid_hwp_adjust()
555 perf_ctl_scaling); in intel_pstate_hybrid_hwp_adjust()
557 perf_ctl_scaling); in intel_pstate_hybrid_hwp_adjust()
560 DIV_ROUND_UP(perf_ctl_max_phys * perf_ctl_scaling, in intel_pstate_hybrid_hwp_adjust()
563 cpu->pstate.min_freq = cpu->pstate.min_pstate * perf_ctl_scaling; in intel_pstate_hybrid_hwp_adjust()
901 if (cpu->pstate.scaling != cpu->pstate.perf_ctl_scaling) in show_base_frequency()
902 freq = rounddown(freq, cpu->pstate.perf_ctl_scaling); in show_base_frequency()
934 if (scaling != cpu->pstate.perf_ctl_scaling) { in intel_pstate_get_hwp_cap()
[all …]