Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/cpufreq/
Dintel_pstate.c265 u32 hwp_boost_min; member
1476 if (max_limit == min_limit || cpu->hwp_boost_min >= max_limit) in intel_pstate_hwp_boost_up()
1479 if (!cpu->hwp_boost_min) in intel_pstate_hwp_boost_up()
1480 cpu->hwp_boost_min = min_limit; in intel_pstate_hwp_boost_up()
1485 if (cpu->hwp_boost_min < boost_level1) in intel_pstate_hwp_boost_up()
1486 cpu->hwp_boost_min = boost_level1; in intel_pstate_hwp_boost_up()
1487 else if (cpu->hwp_boost_min < HWP_GUARANTEED_PERF(cpu->hwp_cap_cached)) in intel_pstate_hwp_boost_up()
1488 cpu->hwp_boost_min = HWP_GUARANTEED_PERF(cpu->hwp_cap_cached); in intel_pstate_hwp_boost_up()
1489 else if (cpu->hwp_boost_min == HWP_GUARANTEED_PERF(cpu->hwp_cap_cached) && in intel_pstate_hwp_boost_up()
1491 cpu->hwp_boost_min = max_limit; in intel_pstate_hwp_boost_up()
[all …]