Re: [PATCH v2 07/11] x86/cpufreq: add "cpufreq=amd-cppc,active" para

2025-02-12 Thread Jan Beulich
On 06.02.2025 09:32, Penny Zheng wrote: > --- a/docs/misc/xen-command-line.pandoc > +++ b/docs/misc/xen-command-line.pandoc > @@ -515,7 +515,7 @@ If set, force use of the performance counters for > oprofile, rather than detectin > available support. > > ### cpufreq > -> `= none | {{ | xen } {

[PATCH v2 07/11] x86/cpufreq: add "cpufreq=amd-cppc,active" para

2025-02-06 Thread Penny Zheng
From: Penny Zheng The amd-cppc driver may support multiple working modes, passive and active. Introduce `active` tag for users to explicitly select active mode and a new variable `opt_cpufreq_active` to keep track of which mode is currently enabled. Specific implementation will be introduced in