Re: [PATCH v2 01/13] cpufreq: Allow restricting to internal governors only

2022-08-15 Thread Jason Andryuk
On Mon, Aug 15, 2022 at 10:22 AM Jan Beulich wrote: > > On 10.08.2022 21:29, Jason Andryuk wrote: > > For hwp, the standard governors are not usable, and only the internal > > one is applicable. Add the cpufreq_governor_internal boolean to > > indicate when an internal governor, like hwp-internal

Re: [PATCH v2 01/13] cpufreq: Allow restricting to internal governors only

2022-08-15 Thread Jan Beulich
On 10.08.2022 21:29, Jason Andryuk wrote: > For hwp, the standard governors are not usable, and only the internal > one is applicable. Add the cpufreq_governor_internal boolean to > indicate when an internal governor, like hwp-internal, will be used. > This is set during presmp_initcall, so that i

[PATCH v2 01/13] cpufreq: Allow restricting to internal governors only

2022-08-10 Thread Jason Andryuk
For hwp, the standard governors are not usable, and only the internal one is applicable. Add the cpufreq_governor_internal boolean to indicate when an internal governor, like hwp-internal, will be used. This is set during presmp_initcall, so that it can suppress governor registration during initca