-
Notifications
You must be signed in to change notification settings - Fork 37
Amd gpu support dkms #320
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
base: develop
Are you sure you want to change the base?
Amd gpu support dkms #320
Conversation
Signed-off-by: Gaurav Sharma <[email protected]>
Signed-off-by: Gaurav Sharma <[email protected]>
| @@ -0,0 +1,72 @@ | |||
| %global kernel_major 6.12 | |||
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.
I think we can move this into the kernel-6.12 build so its just included with the rest of the kernel built in one shot.
| @@ -0,0 +1,22 @@ | |||
| [package] | |||
| name = "linux-firmware-amd" | |||
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.
I had expected this to just be a sub-package of linux-firmware instead of a new top level package. Can we move this logic into the existing package?
|
|
||
| %files | ||
| %dir %{fwdir} | ||
| %{fwdir}/* |
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.
I don't think we want everything, I think there is a specific set of firmware we want that is only amdgpu related.
| [[package.metadata.build-package.external-files]] | ||
| url = "https://repo.radeon.com/amdgpu/30.10.2/el/10/main/x86_64/amdgpu-dkms-6.14.14-2226257.el10.noarch.rpm" | ||
| sha512 = "ffe054d3673f729786a32cf8a67d69b942348eb12d800073a7efc873fcba8a760485a003ed1bfb5273eda5f7d514263c80a97243371d36bf69ea986137f8c41e" | ||
| force-upstream = true |
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.
I think we can skip this and treat it like a normal source.
Description of changes:
This PR adds support for AMD GPU drivers to the Bottlerocket kernel kit by introducing two new packages:
These packages enable AMD GPU support for Bottlerocket instances with AMD hardware accelerators.
Testing done:
Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.