From 5019444d3b3d5b1e6151baf68d1001fbdcdc3ecc Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Tue, 28 Nov 2023 18:50:50 +0400 Subject: [PATCH] Enable amdgpu module for GCN 1/2 cards --- etc/modprobe.d/amdgpu.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 etc/modprobe.d/amdgpu.conf diff --git a/etc/modprobe.d/amdgpu.conf b/etc/modprobe.d/amdgpu.conf new file mode 100644 index 0000000..a8df274 --- /dev/null +++ b/etc/modprobe.d/amdgpu.conf @@ -0,0 +1,7 @@ +# Force using of the amdgpu driver for Southern Islands (GCN 1.0+) and Sea +# Islands (GCN 2.x) generations. +options amdgpu si_support=1 +options amdgpu cik_support=1 + +options radeon si_support=0 +options radeon cik_support=0