Re: [PATCH] cpufreq: intel_pstate: remove obsolete functions

2021-01-07 Thread Rafael J. Wysocki
On Mon, Dec 21, 2020 at 11:21 PM Nathan Chancellor wrote: > > On Mon, Dec 21, 2020 at 06:13:20AM +0100, Lukas Bulwahn wrote: > > percent_fp() was used in intel_pstate_pid_reset(), which was removed in > > commit 9d0ef7af1f2d ("cpufreq: intel_pstate: Do not use PID-based P-state > > selection") and

Re: [PATCH] cpufreq: intel_pstate: remove obsolete functions

2020-12-21 Thread Nathan Chancellor
On Mon, Dec 21, 2020 at 06:13:20AM +0100, Lukas Bulwahn wrote: > percent_fp() was used in intel_pstate_pid_reset(), which was removed in > commit 9d0ef7af1f2d ("cpufreq: intel_pstate: Do not use PID-based P-state > selection") and hence, percent_fp() is unused since then. > > percent_ext_fp() was

[PATCH] cpufreq: intel_pstate: remove obsolete functions

2020-12-20 Thread Lukas Bulwahn
percent_fp() was used in intel_pstate_pid_reset(), which was removed in commit 9d0ef7af1f2d ("cpufreq: intel_pstate: Do not use PID-based P-state selection") and hence, percent_fp() is unused since then. percent_ext_fp() was last used in intel_pstate_update_perf_limits(), which was refactored in c