Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/cpufreq/
Dintel_pstate.c2955 int cap_pstate, min_pstate, max_pstate, target_pstate; in intel_cpufreq_adjust_perf() local
2958 cap_pstate = global.turbo_disabled ? HWP_GUARANTEED_PERF(hwp_cap) : in intel_cpufreq_adjust_perf()
2963 target_pstate = cap_pstate; in intel_cpufreq_adjust_perf()
2965 target_pstate = DIV_ROUND_UP(cap_pstate * target_perf, capacity); in intel_cpufreq_adjust_perf()
2967 min_pstate = cap_pstate; in intel_cpufreq_adjust_perf()
2969 min_pstate = DIV_ROUND_UP(cap_pstate * min_perf, capacity); in intel_cpufreq_adjust_perf()
2977 max_pstate = min(cap_pstate, cpu->max_perf_ratio); in intel_cpufreq_adjust_perf()