Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/cpufreq/
Dintel_pstate.c140 int perf_ctl_scaling; member
524 int perf_ctl_scaling = cpu->pstate.perf_ctl_scaling; in intel_pstate_hybrid_hwp_adjust() local
530 pr_debug("CPU%d: perf_ctl_scaling = %d\n", cpu->cpu, perf_ctl_scaling); in intel_pstate_hybrid_hwp_adjust()
536 perf_ctl_scaling); in intel_pstate_hybrid_hwp_adjust()
538 perf_ctl_scaling); in intel_pstate_hybrid_hwp_adjust()
541 DIV_ROUND_UP(perf_ctl_max_phys * perf_ctl_scaling, in intel_pstate_hybrid_hwp_adjust()
544 cpu->pstate.min_freq = cpu->pstate.min_pstate * perf_ctl_scaling; in intel_pstate_hybrid_hwp_adjust()
880 if (cpu->pstate.scaling != cpu->pstate.perf_ctl_scaling) in show_base_frequency()
881 freq = rounddown(freq, cpu->pstate.perf_ctl_scaling); in show_base_frequency()
913 if (scaling != cpu->pstate.perf_ctl_scaling) { in intel_pstate_get_hwp_cap()
[all …]