Jeff Geerling

Results 1857 comments of Jeff Geerling

Yeah, I'm not sure anyones tried any 300 series AMD cards yet, you may be the first.

I'd also like to see in general how other new platforms touting built-in NPUs fare—so like Apple M4, Intel Lunar Lake, Snapdragon X, and AMD Strix Point... some of these...

lspci output: ``` 0000:01:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Upstream Port of PCI Express Switch (rev 11) (prog-if 00 [Normal decode]) Control: I/O- Mem+ BusMaster+...

Using the same kernel I was testing with the RX 6700 XT (using @Coreforge's patch, but from a week or so ago), I am getting: ``` [ 6.815843] [drm] amdgpu...

All right, I've manually downloaded the firmware files (same as @martinx72 in [this comment](https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/222#issuecomment-2453299275)): ``` cd /usr/lib/firmware/amdgpu sudo wget -q -o -nc https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/amdgpu/psp_13_0_10_sos.bin & \ sudo wget -q -o -nc...

@Coreforge - what's the simplest way to get a debug loop going for these faults? I don't see the file that's hit in the kernel panic, it would help a...

@DanaGoyette - Oh cool! TIL, going to give that a go. But probably tomorrow now since it's the end of the day and I'm just seeing your message lol. @Coreforge...

@Coreforge - Patch applied cleanly, recompiled and tested. Got some different faults (a bunch); one below then the rest in this gist: https://gist.github.com/geerlingguy/05c34678d2802af271635da3b794a8b3 ``` [ 5.864254] amdgpu 0000:03:00.0: Direct firmware...

Okay, grabbed the latest version of [your gist](https://gist.github.com/Coreforge/582aa3fd9118a4086950415ead25eac3), and installed the additional firmware bit: ``` cd /usr/lib/firmware/amdgpu/ sudo wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/amdgpu/sdma_6_0_3.bin ``` After a recompile and reboot... it gets further and...

I made one modification and recompiled... ```patch diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c index fe1995ed13be..ddf7c4b2b9e2 100644 --- a/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c +++ b/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c @@ -215,7 +215,7 @@ static int psp_v13_0_bootloader_load_component(struct psp_context *psp, if (ret) return...