From e9f8d7c03b9a230f6325aa5f24ff35ab886835df Mon Sep 17 00:00:00 2001 From: Vasiliy Stelmachenok Date: Wed, 25 Feb 2026 18:21:03 +0300 Subject: [PATCH] modprobe.d: Remove use of amdgpu on GCN 1.0/2.0 This was enabled by default in 6.19. Although this may still be needed on LTS kernels, it makes sense to deliver them without amdgpu on these generations as a fallback option in case of issues with 6.19. Signed-off-by: Vasiliy Stelmachenok --- usr/lib/modprobe.d/amdgpu.conf | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 usr/lib/modprobe.d/amdgpu.conf diff --git a/usr/lib/modprobe.d/amdgpu.conf b/usr/lib/modprobe.d/amdgpu.conf deleted file mode 100644 index 55d5ab6..0000000 --- a/usr/lib/modprobe.d/amdgpu.conf +++ /dev/null @@ -1,4 +0,0 @@ -# Force using of the amdgpu driver for Southern Islands (GCN 1.0+) and Sea -# Islands (GCN 2.x) generations. -options amdgpu si_support=1 cik_support=1 -options radeon si_support=0 cik_support=0