aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-05-23 14:20:34 -0700
committerMark Nipper <nipsy@bitgnome.net>2025-05-23 14:20:34 -0700
commit797ee46be72318cc797574de9c6a7185030d5b8d (patch)
tree9de9c5b41597a29a1d36b5e1baa3bfdba82a63d3 /hosts
parentc031e3412f5198f759e72a431a17e749c328eb3c (diff)
downloadnix-797ee46be72318cc797574de9c6a7185030d5b8d.tar
nix-797ee46be72318cc797574de9c6a7185030d5b8d.tar.gz
nix-797ee46be72318cc797574de9c6a7185030d5b8d.tar.bz2
nix-797ee46be72318cc797574de9c6a7185030d5b8d.tar.lz
nix-797ee46be72318cc797574de9c6a7185030d5b8d.tar.xz
nix-797ee46be72318cc797574de9c6a7185030d5b8d.tar.zst
nix-797ee46be72318cc797574de9c6a7185030d5b8d.zip
Add some amdgpu twekas to hopefully stabilize the 9070 XT @arrakis
Diffstat (limited to 'hosts')
-rw-r--r--hosts/arrakis/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix
index 9fda650..2e8137c 100644
--- a/hosts/arrakis/default.nix
+++ b/hosts/arrakis/default.nix
@@ -6,6 +6,7 @@
"net.ipv4.conf.all.proxy_arp" = 1;
};
kernelPackages = pkgs.master.linuxPackages_6_14;
+ kernelParams = "split_lock_detect=off amdgpu.ppfeaturemask=0xfffd3fff";
loader = {
efi = {
canTouchEfiVariables = true;