From 2189b7f9c87a29e29f7168a4b5e3cdbd7f32ac65 Mon Sep 17 00:00:00 2001 From: Yongun Seong Date: Sat, 1 Jun 2024 23:46:44 +0900 Subject: [PATCH] feat(taiyi): more testing crashes --- systems/taiyi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/taiyi/default.nix b/systems/taiyi/default.nix index e9e6023..fc25403 100644 --- a/systems/taiyi/default.nix +++ b/systems/taiyi/default.nix @@ -79,7 +79,7 @@ in # try to address crashes # ref: https://bugzilla.kernel.org/show_bug.cgi?id=206903#c322 boot.kernelParams = [ - "amdgpu.ppfeaturemask=0xfff7bffb" + "amdgpu.ppfeaturemask=0xffffbffd" "iommu=pt" ];