Coreforge

Results 62 comments of Coreforge

I've had a little more luck with mesa built from source, but even then I never got it working reliably. I don't really have a good approach to debugging this...

I just pushed all of the 7000 series stuff, hopefully this oops should be fixed too.

That's accesses to a struct (most of the time, including this one, it's mqd stuff). To my understanding, the issue is caused by compiler optimization, and so far, changing the...

You need to adapt them a little bit for newer kernels (there's one or two places that got added that either needed a memcpy/memset changed, or needed structs changed to...

I don't exactly remember unfortunately (and there's too many modified files in my repo for git to be helpful too). If you apply the commits from the pi branch, you...

> Replacing them (wherever necessary) with the _io _fromio _toio counterparts ought to fix the kernel panic correct? Generally yes, though some issues also come from struct accesses (those can...

It'll need the same fixes the other generations needed too (that memset and maybe a few others, and the structs). I should be able to hopefully add that tomorrow if...

Try it again with `rpi-6.12.y-gpu` from my repo. It should at least get further now.

We don't have the exact same cards. I didn't overclock mine, but it's possible it has higher clocks set by default. Mine is [this one](https://www.techpowerup.com/gpu-specs/gigabyte-rx-460-windforce-2x-oc-4-gb.b3761), and according to techpowerup, all...

I also have an ASR-8805, which I've only been able to get to work with the parameter `aacraid.aac_sync_mode=1` set, which, according to the warning the driver gives with this, decreases...