AMD Ryzen 5 5625U CPU using the conservative CPU governor (it exhibits the same behavior with the default ondemand CPU governor).
Just updated via Software Updater application to:
Linux HP-Laptop 5.15.0-60-generic #66~20.04.1-Ubuntu SMP Wed Jan 25 09:41:30 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
It's limiting my CPU frequency to between 1.60 GHz and 2.3 GHz, but it's supposed to be able to go all the way down to 399 MHz when idle, and up to 4.399 GHz at full load.
Here's the output for CPU0 (it's the same for the other 11 CPUs):
sudo cpufreq-info
cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:
driver: acpi-cpufreq
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: 4294.55 ms.
hardware limits: 1.60 GHz - 4.39 GHz
available frequency steps: 2.30 GHz, 1.80 GHz, 1.60 GHz
available cpufreq governors: conservative, ondemand, userspace, powersave, performance, schedutil
current policy: frequency should be within 1.60 GHz and 2.30 GHz.
The governor "conservative" may decide which speed to use
within this range.
current CPU frequency is 1.60 GHz (asserted by call to hardware).
cpufreq stats: 2.30 GHz:5.07%, 1.80 GHz:0.41%, 1.60 GHz:94.52% (393)
Any ideas on how to get my CPU frequency range back to normal?
[EDIT]
It seems all manual control of CPU frequency is lost under that kernel... I couldn't set CPU frequency via cpufreq-set
.
I've rolled back to Linux HP-Laptop 5.15.0-58-generic #64~20.04.1-Ubuntu SMP Fri Jan 6 16:42:31 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
. All is working normally again.
sudo cpufreq-info
cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:
driver: amd-pstate
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: 131 us.
hardware limits: 400 MHz - 4.39 GHz
available cpufreq governors: conservative, ondemand, userspace, powersave, performance, schedutil
current policy: frequency should be within 400 MHz and 4.39 GHz.
The governor "conservative" may decide which speed to use
within this range.
current CPU frequency is 474 MHz.