Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dintel_pstate.c143 int perf_ctl_scaling; member
573 int perf_ctl_scaling = cpu->pstate.perf_ctl_scaling; in intel_pstate_hybrid_hwp_adjust() local
580 pr_debug("CPU%d: PERF_CTL scaling = %d\n", cpu->cpu, perf_ctl_scaling); in intel_pstate_hybrid_hwp_adjust()
585 if (scaling == perf_ctl_scaling) in intel_pstate_hybrid_hwp_adjust()
591 perf_ctl_scaling); in intel_pstate_hybrid_hwp_adjust()
593 perf_ctl_scaling); in intel_pstate_hybrid_hwp_adjust()
595 freq = perf_ctl_max_phys * perf_ctl_scaling; in intel_pstate_hybrid_hwp_adjust()
598 freq = cpu->pstate.min_pstate * perf_ctl_scaling; in intel_pstate_hybrid_hwp_adjust()
894 if (cpu->pstate.scaling != cpu->pstate.perf_ctl_scaling) in show_base_frequency()
895 freq = rounddown(freq, cpu->pstate.perf_ctl_scaling); in show_base_frequency()
[all …]