summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrisha Shipunov2025-01-10 22:24:32 +0100
committerGrisha Shipunov2025-01-10 22:29:56 +0100
commit5c33ef7aff09d443f3bc93824343c1e792d32e2f (patch)
tree9a7c8dc6126991dcd9e739ca64174d05f4397842
parentfb07acc28660c3567f80c19959aac5ca3a58113e (diff)
back to stock amdgpu config
-rw-r--r--hosts/toaster/amd.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/hosts/toaster/amd.nix b/hosts/toaster/amd.nix
index 81f74c4..01eb155 100644
--- a/hosts/toaster/amd.nix
+++ b/hosts/toaster/amd.nix
@@ -4,10 +4,6 @@
boot.kernelParams = [
# use new amd pstate driver
"amd_pstate=active"
- # try to fix weird flickering
- "amdgpu.sg_display=0"
- # some weird amd PSR shit...
- "amdgpu.dcdebugmask=0x10"
];
# hardware.graphics = {