diff --git a/hosts/desktops/rotterdam.nix b/hosts/desktops/rotterdam.nix index 2ec38ca..8512973 100644 --- a/hosts/desktops/rotterdam.nix +++ b/hosts/desktops/rotterdam.nix @@ -46,6 +46,10 @@ in { kernelParams = [ "processor.max_cstate=1" # Fixes bug where ryzen cpus freeze when in highest C state "clearcpuid=514" + "amdgpu.noretry=0" + "amdgpu.ppfeaturemask=0xfffd3fff" + "amdgpu.gpu_recovery=1" + "amdgpu.lockup_timeout=1000" ]; loader.systemd-boot = { extraFiles = {