-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
fwget: add needed firmware for AMD Raphael GPUs #1308
Conversation
So the kernel panic was only the result of non installed firmware? |
Can you add that url to the top of thepci_video_amd() function as a sign post for others? Too bad that table isn't in a form that we could use to generate this file... |
@chrislongros yes, but it's not clear to me why it's panic'ing. I realized that when all the firmwares it expects for my GPU are loaded it wouldn't panic. But as you saw in my bug report, all I get now is a black screen and the system hangs... @bsdimp sure, I'll do that. Thanks. |
7bea5c7
to
255e987
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good.
@evadot Any issues with this? Looks good to me and ready to go. |
LGTM too. |
This GPU is found in Ryzen 7000 series CPUs. For future reference, the list of firmware versions for amdgpu drivers can be found in [1]. [1] - https://docs.kernel.org/gpu/amdgpu/driver-misc.html Reviewed by: imp, Christos Longros Pull Request: freebsd#1308
255e987
to
12545b8
Compare
This GPU is found in Ryzen 7000 series CPUs. For future reference, the list of firmware versions for amdgpu drivers can be found in [1]. [1] - https://docs.kernel.org/gpu/amdgpu/driver-misc.html Reviewed by: imp, Christos Longros Pull Request: freebsd/freebsd-src#1308
This GPU is found in Ryzen 7000 series CPUs.
For future reference, the list of firmware versions for amdgpu drivers can be found in [1].
[1] - https://docs.kernel.org/gpu/amdgpu/driver-misc.html
Notes:
Without this set of firmwares installed, loading the amdgpu driver will cause a kernel panic.
This is my GPU:
fwget output with this patch:
fwget will install the packages as expected: