After the stable 6th dec. update, the scaling driver on my Zen4 system has switched from acpi-cpufreq to amd-pstate, which, with my current ‘performance’ scaling governor leaves the CPU pegged at maximum clockspeeds.
According to cpupower frequency-info the usable range is 400Mhz to 5.88Ghz except it’s stuck at max speed.
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_driver ✔
amd-pstate
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor ✔
performance
How to revert back to acpi-cpufreq or get the CPU to clock down while retaining performance mode?
I tried adding amd_pstate=disabled to grub, but that did not have any effect.
For now have rolled back the update and would appreciate any help.