1
1
# NVIDIA Linux Open GPU Kernel Module Source
2
2
3
3
This is the source release of the NVIDIA Linux open GPU kernel modules,
4
- version 515.86 .01.
4
+ version 515.105 .01.
5
5
6
6
7
7
## How to Build
@@ -17,7 +17,7 @@ as root:
17
17
18
18
Note that the kernel modules built here must be used with gsp.bin
19
19
firmware and user-space NVIDIA GPU driver components from a corresponding
20
- 515.86 .01 driver release. This can be achieved by installing
20
+ 515.105 .01 driver release. This can be achieved by installing
21
21
the NVIDIA GPU driver from the .run file using the ` --no-kernel-modules `
22
22
option. E.g.,
23
23
@@ -167,15 +167,15 @@ for the target kernel.
167
167
## Compatible GPUs
168
168
169
169
The open-gpu-kernel-modules can be used on any Turing or later GPU
170
- (see the table below). However, in the 515.86 .01 release,
170
+ (see the table below). However, in the 515.105 .01 release,
171
171
GeForce and Workstation support is still considered alpha-quality.
172
172
173
173
To enable use of the open kernel modules on GeForce and Workstation GPUs,
174
174
set the "NVreg_OpenRmEnableUnsupportedGpus" nvidia.ko kernel module
175
175
parameter to 1. For more details, see the NVIDIA GPU driver end user
176
176
README here:
177
177
178
- https://us.download.nvidia.com/XFree86/Linux-x86_64/515.86 .01/README/kernel_open.html
178
+ https://us.download.nvidia.com/XFree86/Linux-x86_64/515.105 .01/README/kernel_open.html
179
179
180
180
In the below table, if three IDs are listed, the first is the PCI Device
181
181
ID, the second is the PCI Subsystem Vendor ID, and the third is the PCI
@@ -645,8 +645,8 @@ Subsystem Device ID.
645
645
| NVIDIA A100-SXM4-80GB | 20B2 10DE 147F |
646
646
| NVIDIA A100-SXM4-80GB | 20B2 10DE 1622 |
647
647
| NVIDIA A100-SXM4-80GB | 20B2 10DE 1623 |
648
- | NVIDIA PG506-242 | 20B3 10DE 14A7 |
649
- | NVIDIA PG506-243 | 20B3 10DE 14A8 |
648
+ | NVIDIA A100-SXM-64GB | 20B3 10DE 14A7 |
649
+ | NVIDIA A100-SXM-64GB | 20B3 10DE 14A8 |
650
650
| NVIDIA A100 80GB PCIe | 20B5 10DE 1533 |
651
651
| NVIDIA A100 80GB PCIe | 20B5 10DE 1642 |
652
652
| NVIDIA PG506-232 | 20B6 10DE 1492 |
@@ -662,7 +662,6 @@ Subsystem Device ID.
662
662
| NVIDIA A800-SXM4-80GB | 20F3 10DE 17A2 |
663
663
| NVIDIA A800 80GB PCIe | 20F5 10DE 1799 |
664
664
| NVIDIA A800 80GB PCIe LC | 20F5 10DE 179A |
665
- | NVIDIA A800 40GB PCIe | 20F6 10DE 17A3 |
666
665
| NVIDIA GeForce GTX 1660 Ti | 2182 |
667
666
| NVIDIA GeForce GTX 1660 | 2184 |
668
667
| NVIDIA GeForce GTX 1650 SUPER | 2187 |
@@ -771,6 +770,7 @@ Subsystem Device ID.
771
770
| NVIDIA RTX A2000 12GB | 2571 103C 1611 |
772
771
| NVIDIA RTX A2000 12GB | 2571 10DE 1611 |
773
772
| NVIDIA RTX A2000 12GB | 2571 17AA 1611 |
773
+ | NVIDIA GeForce RTX 3050 | 2582 |
774
774
| NVIDIA GeForce RTX 3050 Ti Laptop GPU | 25A0 |
775
775
| NVIDIA GeForce RTX 3050Ti Laptop GPU | 25A0 103C 8928 |
776
776
| NVIDIA GeForce RTX 3050Ti Laptop GPU | 25A0 103C 89F9 |
@@ -783,6 +783,9 @@ Subsystem Device ID.
783
783
| NVIDIA GeForce RTX 2050 | 25A7 |
784
784
| NVIDIA GeForce RTX 2050 | 25A9 |
785
785
| NVIDIA GeForce MX570 A | 25AA |
786
+ | NVIDIA GeForce RTX 3050 4GB Laptop GPU | 25AB |
787
+ | NVIDIA GeForce RTX 3050 6GB Laptop GPU | 25AC |
788
+ | NVIDIA GeForce RTX 2050 | 25AD |
786
789
| NVIDIA A16 | 25B6 10DE 14A9 |
787
790
| NVIDIA A2 | 25B6 10DE 157E |
788
791
| NVIDIA RTX A2000 Laptop GPU | 25B8 |
@@ -792,5 +795,8 @@ Subsystem Device ID.
792
795
| NVIDIA GeForce RTX 3050 Ti Laptop GPU | 25E0 |
793
796
| NVIDIA GeForce RTX 3050 Laptop GPU | 25E2 |
794
797
| NVIDIA GeForce RTX 3050 Laptop GPU | 25E5 |
798
+ | NVIDIA GeForce RTX 3050 6GB Laptop GPU | 25EC |
799
+ | NVIDIA GeForce RTX 2050 | 25ED |
795
800
| NVIDIA RTX A1000 Embedded GPU | 25F9 |
796
801
| NVIDIA RTX A2000 Embedded GPU | 25FA |
802
+ | NVIDIA RTX A500 Embedded GPU | 25FB |
0 commit comments