Re: [PATCH v6 13/19] xen/x86: implement amd-cppc-epp driver for CPPC in active mode

2025-07-17 Thread Jan Beulich
On 11.07.2025 05:51, Penny Zheng wrote: > --- a/xen/arch/x86/acpi/cpufreq/amd-cppc.c > +++ b/xen/arch/x86/acpi/cpufreq/amd-cppc.c > @@ -67,7 +67,14 @@ > * max_perf. > * Field des_perf conveys performance level Xen governor is requesting. And > it > * may be set to any performance value in th

[PATCH v6 13/19] xen/x86: implement amd-cppc-epp driver for CPPC in active mode

2025-07-10 Thread Penny Zheng
amd-cppc has 2 operation modes: autonomous (active) mode and non-autonomous (passive) mode. In active mode, we don't need Xen governor to calculate and tune the cpu frequency, while hardware built-in CPPC power algorithm will calculate the runtime workload and adjust cores frequency automatically a