Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/cpufreq/
Dintel_pstate.c140 int turbo_pstate; member
530 pr_debug("CPU%d: HWP_CAP highest = %d\n", cpu->cpu, cpu->pstate.turbo_pstate); in intel_pstate_hybrid_hwp_adjust()
540 if (turbo_freq < cpu->pstate.turbo_pstate * scaling) { in intel_pstate_hybrid_hwp_adjust()
542 scaling = DIV_ROUND_UP(turbo_freq, cpu->pstate.turbo_pstate); in intel_pstate_hybrid_hwp_adjust()
573 cpu->pstate.max_pstate == cpu->pstate.turbo_pstate); in update_turbo_state()
579 int turbo_pstate = cpu->pstate.turbo_pstate; in min_perf_pct_min() local
581 return turbo_pstate ? in min_perf_pct_min()
582 (cpu->pstate.min_pstate * 100 / turbo_pstate) : 0; in min_perf_pct_min()
904 cpu->pstate.turbo_pstate = HWP_HIGHEST_PERF(cap); in __intel_pstate_get_hwp_cap()
914 cpu->pstate.turbo_freq = cpu->pstate.turbo_pstate * scaling; in intel_pstate_get_hwp_cap()
[all …]