Coreforge

Results 43 comments of Coreforge
trafficstars

Can you retry it with my 6.12 branch?

I haven't gotten around to it yet, sorry.

6.12.y-gpu is a little bit more up to date than 6.6.y-gpu. Unless there are some issues with 6.12, I don't really see a reason to keep 6.6. The memcpy library...

Nice to see that it works! `amdgpu_top` should show you more detailed usage information of different parts of the GPU. My guess is that the framerate drops so much with...

Same thing as the [7700xt](https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/222#issuecomment-2453299275) then. It'll also need the fixes transferred to gfx11 and the other blocks this card has that are a different version from the 6000 series....

The easiest way I've found is to look up the relevant functions using something like [elixir](https://elixir.bootlin.com/) or cscope. Usually you'll want to look up the function in the link register....

I've put the patch up in a [gist](https://gist.github.com/Coreforge/582aa3fd9118a4086950415ead25eac3). I'm not sure if I got everything, so there might be a few places I missed.

Looks like you're still missing the sdma firmware. Those traces are just from warnings, not faults, by the looks of it. It seems to not be shutting down entirely cleanly,...

Looks like the MES wasn't being used on the 6700xt and 6600xt. I updated the gist, so it should get further now. Those messages about not being able to get...

There's a memcpy right after that memset that will also cause issues, and there's another set of those in the same file again. I updated the gist to also fix...