From 59d034778c99b57145e8cc6573c059c439a41f37 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Sat, 24 Feb 2024 22:13:47 +0100 Subject: host-albatross: Use correct firmware for 7900XTX The Gentoo Wiki [1] seems to be wrong about which firmware blobs are needed for an up-to-date installation of linux-firmware, leading to the following error and, subsequently, a crash at bootup: kernel: amdgpu 0000:0d:00.0: Direct firmware load for amdgpu/gc_11_0_0_mes_2.bin failed with error -2 kernel: [drm] try to fall back to amdgpu/gc_11_0_0_mes.bin Replacing amdgpu/gc_11_0_0_mes.bin with amdgpu/gc_11_0_0_mes_2.bin or at least making the latter available makes it work again. [1] https://wiki.gentoo.org/wiki/AMDGPU#Firmware --- host-albatross/savedconfig/sys-kernel/linux-firmware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host-albatross/savedconfig') diff --git a/host-albatross/savedconfig/sys-kernel/linux-firmware b/host-albatross/savedconfig/sys-kernel/linux-firmware index 554512c..c68db0b 100644 --- a/host-albatross/savedconfig/sys-kernel/linux-firmware +++ b/host-albatross/savedconfig/sys-kernel/linux-firmware @@ -4,7 +4,7 @@ amdgpu/gc_11_0_0_pfp.bin amdgpu/gc_11_0_0_me.bin amdgpu/gc_11_0_0_rlc.bin amdgpu/gc_11_0_0_mec.bin -amdgpu/gc_11_0_0_mes.bin +amdgpu/gc_11_0_0_mes_2.bin amdgpu/gc_11_0_0_mes1.bin amdgpu/psp_13_0_0_sos.bin amdgpu/psp_13_0_0_ta.bin -- cgit v1.2.3-2-gb3c3