From 700db4d5783d66c68e73d7835daeeb5cb25aa25b Mon Sep 17 00:00:00 2001 From: William Date: Tue, 10 Jun 2025 17:50:07 -0300 Subject: [PATCH] no longer required kernel params --- hosts/modules/rotterdam/boot.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hosts/modules/rotterdam/boot.nix b/hosts/modules/rotterdam/boot.nix index 44dd48f..d038ede 100644 --- a/hosts/modules/rotterdam/boot.nix +++ b/hosts/modules/rotterdam/boot.nix @@ -12,11 +12,7 @@ in kernelParams = [ "processor.max_cstate=1" # Fixes bug where ryzen cpus freeze when in highest C state "clearcpuid=514" - # Fixes amdgpu freezing - "amdgpu.noretry=0" - "amdgpu.ppfeaturemask=0xfffd3fff" - "amdgpu.gpu_recovery=1" - "amdgpu.lockup_timeout=1000" + "amdgpu.ppfeaturemask=0xfffd3fff" # Fixes amdgpu freezing ]; # QubesOS boot entry loader.systemd-boot = {