Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/cpufreq/
Dintel_pstate.c266 u32 hwp_boost_min; member
1617 if (max_limit == min_limit || cpu->hwp_boost_min >= max_limit) in intel_pstate_hwp_boost_up()
1620 if (!cpu->hwp_boost_min) in intel_pstate_hwp_boost_up()
1621 cpu->hwp_boost_min = min_limit; in intel_pstate_hwp_boost_up()
1626 if (cpu->hwp_boost_min < boost_level1) in intel_pstate_hwp_boost_up()
1627 cpu->hwp_boost_min = boost_level1; in intel_pstate_hwp_boost_up()
1628 else if (cpu->hwp_boost_min < HWP_GUARANTEED_PERF(cpu->hwp_cap_cached)) in intel_pstate_hwp_boost_up()
1629 cpu->hwp_boost_min = HWP_GUARANTEED_PERF(cpu->hwp_cap_cached); in intel_pstate_hwp_boost_up()
1630 else if (cpu->hwp_boost_min == HWP_GUARANTEED_PERF(cpu->hwp_cap_cached) && in intel_pstate_hwp_boost_up()
1632 cpu->hwp_boost_min = max_limit; in intel_pstate_hwp_boost_up()
[all …]