-
-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test AMD RX 7600 GPU #684
Comments
Got an Oops! @Coreforge hunts these down like it's deer season.
|
@DanaGoyette - For decoding the stack traces, I'm trying to use
I assumed that's my vmlinuz as I compile and copy it with:
Or am I missing something obvious? Ah... same thing with the right vmlinux:
(that dir is just a symlink back to |
Ah... looking at https://github.com/torvalds/linux/blob/master/scripts/decode_stacktrace.sh, I noticed it's not unzipping (well, un-
Thanks to this LKML message hinting at that. Module compression is a compile-time option, and my Kernel was configured with |
Hmm... closer this time, but still no dice:
Heh, found scripts/decode_stacktrace.sh: remove find_module recursion and improve error reporting Changed |
I just pushed all of the 7000 series stuff, hopefully this oops should be fixed too. |
@Coreforge - Thanks! I assume it's all in your https://github.com/Coreforge/linux/tree/rpi-6.6.y-gpu branch? (I see latest commit 45 min ago). I will still do some testing for this issue before pulling that code because I'd like to get the 'paste the stack trace, get the line of code' debugging working :D |
That worked!
I'm guessing it's this one: raspberrypi/linux@fad1d03#diff-6aa215669ed6d8f14a1d9949230b71ee7033128d587fd937a94e582dcdc15b7bL1131 Re-applying your latest branch against |
New error:
This one doesn't look like a standard |
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 type to I'm surprised this hasn't happened earlier though, as this isn't specific to the 7000 series (well, sdma_v6 _0 is). |
Interesting. I recompiled with your latest commit, and I'm getting display output. But
GravityMark works, and at 1440p windowed, I got a score of (Edit: glmark2 issue maybe related to using
|
Following on my testing with the AMD Radeon Pro W7700, I would like to see if an ASRock Challenger AMD Radeon RX 7600 8GB runs on the Pi 5.
See the W7700/7700 XT issue for setup instructions.
The text was updated successfully, but these errors were encountered: