rootpages
rootpages copied to clipboard
[computer_hardware][laptops] Enable AMD P-State driver for better battery life
This is supported on Linux >= 6.3 and AMD Zen >= 2 processors. Set these boot arguments:
amd_pstate=active(required)initcall_blacklist=acpi_cpufreq_init(optional, force the old power management driver to not load)
https://www.reddit.com/r/linux_gaming/comments/13by61l/amd_pstateactive/ https://forum.manjaro.org/t/how-to-enable-amd-pstate/123720/4
CPPC also needs to be enabled in the BIOS. Verify if it has been enabled:
$ lscpu | grep cppc
https://forum.endeavouros.com/t/how-to-use-amd-p-state-in-linux/25247