kmod-6.12-nvidia-r580: Add package for R580 driver #255
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue number:
Closes # #254
Description of changes:
Add the NVIDIA R580 driver kmod for the 6.12 kernel. This uses similar logic to the kmod-6.12-nvidia-r570 driver and provides all the same libraries with the addition of a few from R580.
It is easier to compare this with the
kmod-6.12-nvidia-r570driver to see what the differences are. This is a basic diff of the differences:0001-makefile-allow-to-use-any-kernel-arch.patchlines changed but otherwise is intactlibnvidia-egl-xcbandlibnvidia-egl-xlibbumped minor versions (still excluded)libnvidia-nvvm70.so.4was addedlibnvidia-presentwas excluded, if we find it is needed by containers, we can add it.libnvidia-sandboxutilsis now provided by both arches so we exclude them outside the arch if statementFull git diff:
Testing done:
Built an image with R580 and ran NVIDIA smoke tests on g6.xlarge and p3dn.xlarge (to confirm both proprietary and open gpu drivers are working.
From the p3dn.24xlarge:
From the g6.xlarge smoke test:
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.