Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/cpufreq/
Dintel_pstate.c142 int perf_ctl_scaling; member
570 int perf_ctl_scaling = cpu->pstate.perf_ctl_scaling; in intel_pstate_hybrid_hwp_adjust() local
577 pr_debug("CPU%d: perf_ctl_scaling = %d\n", cpu->cpu, perf_ctl_scaling); in intel_pstate_hybrid_hwp_adjust()
583 perf_ctl_scaling); in intel_pstate_hybrid_hwp_adjust()
585 perf_ctl_scaling); in intel_pstate_hybrid_hwp_adjust()
587 freq = perf_ctl_max_phys * perf_ctl_scaling; in intel_pstate_hybrid_hwp_adjust()
590 freq = cpu->pstate.min_pstate * perf_ctl_scaling; in intel_pstate_hybrid_hwp_adjust()
926 if (cpu->pstate.scaling != cpu->pstate.perf_ctl_scaling) in show_base_frequency()
927 freq = rounddown(freq, cpu->pstate.perf_ctl_scaling); in show_base_frequency()
1101 if (scaling != cpu->pstate.perf_ctl_scaling) { in intel_pstate_get_hwp_cap()
[all …]