Home
last modified time | relevance | path

Searched refs:hwp_boost_min (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dintel_pstate.c227 * @hwp_boost_min: Last HWP boosted min performance
265 u32 hwp_boost_min; member
1771 if (max_limit == min_limit || cpu->hwp_boost_min >= max_limit) in intel_pstate_hwp_boost_up()
1774 if (!cpu->hwp_boost_min) in intel_pstate_hwp_boost_up()
1775 cpu->hwp_boost_min = min_limit; in intel_pstate_hwp_boost_up()
1780 if (cpu->hwp_boost_min < boost_level1) in intel_pstate_hwp_boost_up()
1781 cpu->hwp_boost_min = boost_level1; in intel_pstate_hwp_boost_up()
1782 else if (cpu->hwp_boost_min < HWP_GUARANTEED_PERF(cpu->hwp_cap_cached)) in intel_pstate_hwp_boost_up()
1783 cpu->hwp_boost_min = HWP_GUARANTEED_PERF(cpu->hwp_cap_cached); in intel_pstate_hwp_boost_up()
1784 else if (cpu->hwp_boost_min in intel_pstate_hwp_boost_up()
[all...]
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dintel_pstate.c222 * @hwp_boost_min: Last HWP boosted min performance
261 u32 hwp_boost_min; member
2114 if (max_limit == min_limit || cpu->hwp_boost_min >= max_limit) in intel_pstate_hwp_boost_up()
2117 if (!cpu->hwp_boost_min) in intel_pstate_hwp_boost_up()
2118 cpu->hwp_boost_min = min_limit; in intel_pstate_hwp_boost_up()
2123 if (cpu->hwp_boost_min < boost_level1) in intel_pstate_hwp_boost_up()
2124 cpu->hwp_boost_min = boost_level1; in intel_pstate_hwp_boost_up()
2125 else if (cpu->hwp_boost_min < HWP_GUARANTEED_PERF(hwp_cap)) in intel_pstate_hwp_boost_up()
2126 cpu->hwp_boost_min = HWP_GUARANTEED_PERF(hwp_cap); in intel_pstate_hwp_boost_up()
2127 else if (cpu->hwp_boost_min in intel_pstate_hwp_boost_up()
[all...]

Completed in 7 milliseconds