Searched refs:hwp_boost_min (Results 1 – 1 of 1) sorted by relevance
265 u32 hwp_boost_min; member1783 if (max_limit == min_limit || cpu->hwp_boost_min >= max_limit) in intel_pstate_hwp_boost_up()1786 if (!cpu->hwp_boost_min) in intel_pstate_hwp_boost_up()1787 cpu->hwp_boost_min = min_limit; in intel_pstate_hwp_boost_up()1792 if (cpu->hwp_boost_min < boost_level1) in intel_pstate_hwp_boost_up()1793 cpu->hwp_boost_min = boost_level1; in intel_pstate_hwp_boost_up()1794 else if (cpu->hwp_boost_min < HWP_GUARANTEED_PERF(cpu->hwp_cap_cached)) in intel_pstate_hwp_boost_up()1795 cpu->hwp_boost_min = HWP_GUARANTEED_PERF(cpu->hwp_cap_cached); in intel_pstate_hwp_boost_up()1796 else if (cpu->hwp_boost_min == HWP_GUARANTEED_PERF(cpu->hwp_cap_cached) && in intel_pstate_hwp_boost_up()1798 cpu->hwp_boost_min = max_limit; in intel_pstate_hwp_boost_up()[all …]