Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/cpufreq/
Dintel_pstate.c261 u32 hwp_boost_min; member
2058 if (max_limit == min_limit || cpu->hwp_boost_min >= max_limit) in intel_pstate_hwp_boost_up()
2061 if (!cpu->hwp_boost_min) in intel_pstate_hwp_boost_up()
2062 cpu->hwp_boost_min = min_limit; in intel_pstate_hwp_boost_up()
2067 if (cpu->hwp_boost_min < boost_level1) in intel_pstate_hwp_boost_up()
2068 cpu->hwp_boost_min = boost_level1; in intel_pstate_hwp_boost_up()
2069 else if (cpu->hwp_boost_min < HWP_GUARANTEED_PERF(hwp_cap)) in intel_pstate_hwp_boost_up()
2070 cpu->hwp_boost_min = HWP_GUARANTEED_PERF(hwp_cap); in intel_pstate_hwp_boost_up()
2071 else if (cpu->hwp_boost_min == HWP_GUARANTEED_PERF(hwp_cap) && in intel_pstate_hwp_boost_up()
2073 cpu->hwp_boost_min = max_limit; in intel_pstate_hwp_boost_up()
[all …]