Searched refs:hwp_boost_min (Results 1 – 1 of 1) sorted by relevance
261 u32 hwp_boost_min; member2337 if (max_limit == min_limit || cpu->hwp_boost_min >= max_limit) in intel_pstate_hwp_boost_up()2340 if (!cpu->hwp_boost_min) in intel_pstate_hwp_boost_up()2341 cpu->hwp_boost_min = min_limit; in intel_pstate_hwp_boost_up()2346 if (cpu->hwp_boost_min < boost_level1) in intel_pstate_hwp_boost_up()2347 cpu->hwp_boost_min = boost_level1; in intel_pstate_hwp_boost_up()2348 else if (cpu->hwp_boost_min < HWP_GUARANTEED_PERF(hwp_cap)) in intel_pstate_hwp_boost_up()2349 cpu->hwp_boost_min = HWP_GUARANTEED_PERF(hwp_cap); in intel_pstate_hwp_boost_up()2352 cpu->hwp_boost_min = max_limit; in intel_pstate_hwp_boost_up()2363 if (cpu->hwp_boost_min) { in intel_pstate_hwp_boost_down()[all …]