From 34b1a1870a44737a8e558260540083f33cb2b8f4 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sat, 25 Apr 2026 19:14:54 -0400 Subject: [PATCH] kernel: revert more disables --- modules/desktop-common.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/modules/desktop-common.nix b/modules/desktop-common.nix index 100e299..eb98390 100644 --- a/modules/desktop-common.nix +++ b/modules/desktop-common.nix @@ -166,22 +166,12 @@ DRM_NOUVEAU = lib.mkForce no; # other gpus not present - DRM_RADEON = lib.mkForce no; DRM_GMA500 = lib.mkForce no; DRM_AST = lib.mkForce no; DRM_MGAG200 = lib.mkForce no; DRM_HISI_HIBMC = lib.mkForce no; DRM_APPLETBDRM = lib.mkForce no; - # legacy AMD IP blocks. hosts are Navi 32 RDNA3 dGPU (7800 XT, yarn, - # 2023, gfx1101, DCN 3.2) and Krackan Point RDNA 3.5 iGPU (mreow, - # 2024, gfx1150, DCN 3.5). everything below pre-dates those by a - # decade. upstream only exposes per-generation toggles for SI and - # CIK — no switch for VI/Polaris/Vega/Navi1x, those stay in amdgpu. - DRM_AMDGPU_SI = lib.mkForce no; # Southern Islands / GCN 1 (2012): HD 7950/7970, R9 280/280X, R7 260X - DRM_AMDGPU_CIK = lib.mkForce no; # Sea Islands / GCN 2 (2013): R9 290/290X/390, Kaveri APUs (A10-7850K), Steam Machine Bonaire - DRM_AMD_SECURE_DISPLAY = lib.mkForce no; # HDCP region-CRC debugfs helper, needs custom DMCU firmware - # intel cpu / platform INTEL_IOMMU = lib.mkForce no; INTEL_IDLE = lib.mkForce no;