FYI for those on AMD machines, while the config is currently putting the new AMD P-State driver as a module ('CONFIG_X86_AMD_PSTATE=m'), you can work around this a couple different ways - I just make sure to include that module in:
/etc/mkinitcpio.conf
For me, for example, I have the MODULES line including both the p-state and amdgpu modules:
MODULES=(amdgpu amd_pstate)
Then just run mkinitcpio -P
as root (or via sudo) and reboot, and check again with something like cpupower frequency-info
.
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here