diff --git a/nix/configuration/hosts/odo/power_management.nix b/nix/configuration/hosts/odo/power_management.nix index 888d917..15ae5ce 100644 --- a/nix/configuration/hosts/odo/power_management.nix +++ b/nix/configuration/hosts/odo/power_management.nix @@ -20,7 +20,7 @@ # amd_pstate=guided :: Same as passive except we can set upper and lower frequency bounds. # amdgpu.dcdebugmask=0x10 :: Allegedly disables Panel Replay from https://community.frame.work/t/tracking-freezing-arch-linux-amd/39495/32 boot.kernelParams = [ - "amdgpu.abmlevel=3" + "amdgpu.abmlevel=2" "pcie_aspm=force" # "pcie_aspm.policy=powersupersave" "nowatchdog"