$ sudo cpupower frequency-info | grep 'boost state support' -A2 | grep Active
Active: yes ❌
$ grep . /sys/devices/system/cpu/cpu*/cpufreq/scaling_driver
amd-pstate-epp ❌
/boot/grub/grub.cfg
...
menuentry ...
...
linux ... initcall_blacklist=amd_pstate_init
...
/etc/default/grub
...
GRUB_CMDLINE_LINUX_DEFAULT="... initcall_blacklist=amd_pstate_init"
...
$ grep . /sys/devices/system/cpu/cpu*/cpufreq/scaling_driver
acpi-cpufreq ✅
$ sudo sh -c 'echo 0 > /sys/devices/system/cpu/cpufreq/boost'
$ sudo cpupower frequency-info | grep 'boost state support' -A2 | grep Active
Active: no ✅
$ watch "sensors"
$ while true; do true; done
... Ctrl+C
https://github.com/FlyGoat/RyzenAdj (GUI - https://ryzencontroller.com/)
(Ryzen 7945HX currently is not fully supported but looks like partially works)
$ sudo ryzenadj --tctl-temp=85
man thank you so much for this comprehensive guide