Lines Matching refs:hwp_boost_min
265 u32 hwp_boost_min; member
1783 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()
1802 hwp_req = (hwp_req & ~GENMASK_ULL(7, 0)) | cpu->hwp_boost_min; in intel_pstate_hwp_boost_up()
1809 if (cpu->hwp_boost_min) { in intel_pstate_hwp_boost_down()
1817 cpu->hwp_boost_min = 0; in intel_pstate_hwp_boost_down()