add amd_pstate support

This commit is contained in:
Mohamed Chrayed 2024-08-08 12:16:21 +02:00
parent b54556b876
commit 76af07341f

View File

@ -6,7 +6,7 @@
boot.plymouth.theme = "bgrt";
boot.initrd.verbose = false;
boot.consoleLogLevel = 0;
boot.kernelParams = [ "quiet" "udev.log_level=0" ];
boot.kernelParams = [ "quiet" "udev.log_level=0" "amd_pstate=guided" ];
boot.extraModprobeConfig = ''
options amdgpu ppfeaturemask=0xFFF7FFFF
'';