Lines Matching refs:hwp_boost_min
258 u32 hwp_boost_min; member
1914 if (max_limit == min_limit || cpu->hwp_boost_min >= max_limit) in intel_pstate_hwp_boost_up()
1917 if (!cpu->hwp_boost_min) in intel_pstate_hwp_boost_up()
1918 cpu->hwp_boost_min = min_limit; in intel_pstate_hwp_boost_up()
1923 if (cpu->hwp_boost_min < boost_level1) in intel_pstate_hwp_boost_up()
1924 cpu->hwp_boost_min = boost_level1; in intel_pstate_hwp_boost_up()
1925 else if (cpu->hwp_boost_min < HWP_GUARANTEED_PERF(hwp_cap)) in intel_pstate_hwp_boost_up()
1926 cpu->hwp_boost_min = HWP_GUARANTEED_PERF(hwp_cap); in intel_pstate_hwp_boost_up()
1927 else if (cpu->hwp_boost_min == HWP_GUARANTEED_PERF(hwp_cap) && in intel_pstate_hwp_boost_up()
1929 cpu->hwp_boost_min = max_limit; in intel_pstate_hwp_boost_up()
1933 hwp_req = (hwp_req & ~GENMASK_ULL(7, 0)) | cpu->hwp_boost_min; in intel_pstate_hwp_boost_up()
1940 if (cpu->hwp_boost_min) { in intel_pstate_hwp_boost_down()
1948 cpu->hwp_boost_min = 0; in intel_pstate_hwp_boost_down()