Lines Matching refs:hwp_boost_min
261 u32 hwp_boost_min; member
2089 if (max_limit == min_limit || cpu->hwp_boost_min >= max_limit) in intel_pstate_hwp_boost_up()
2092 if (!cpu->hwp_boost_min) in intel_pstate_hwp_boost_up()
2093 cpu->hwp_boost_min = min_limit; in intel_pstate_hwp_boost_up()
2098 if (cpu->hwp_boost_min < boost_level1) in intel_pstate_hwp_boost_up()
2099 cpu->hwp_boost_min = boost_level1; in intel_pstate_hwp_boost_up()
2100 else if (cpu->hwp_boost_min < HWP_GUARANTEED_PERF(hwp_cap)) in intel_pstate_hwp_boost_up()
2101 cpu->hwp_boost_min = HWP_GUARANTEED_PERF(hwp_cap); in intel_pstate_hwp_boost_up()
2102 else if (cpu->hwp_boost_min == HWP_GUARANTEED_PERF(hwp_cap) && in intel_pstate_hwp_boost_up()
2104 cpu->hwp_boost_min = max_limit; in intel_pstate_hwp_boost_up()
2108 hwp_req = (hwp_req & ~GENMASK_ULL(7, 0)) | cpu->hwp_boost_min; in intel_pstate_hwp_boost_up()
2115 if (cpu->hwp_boost_min) { in intel_pstate_hwp_boost_down()
2123 cpu->hwp_boost_min = 0; in intel_pstate_hwp_boost_down()