mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-03-14 17:47:23 +00:00
535.43.25
This commit is contained in:
@@ -2,8 +2,14 @@
|
|||||||
|
|
||||||
## Release 535 Entries
|
## Release 535 Entries
|
||||||
|
|
||||||
|
### [535.43.25] 2024-02-02
|
||||||
|
|
||||||
### [535.43.24] 2024-01-31
|
### [535.43.24] 2024-01-31
|
||||||
|
|
||||||
|
#### Fixed
|
||||||
|
|
||||||
|
- Fixed building main against current centos stream 8 fails, [#550](https://github.com/NVIDIA/open-gpu-kernel-modules/issues/550) by @airlied
|
||||||
|
|
||||||
### [535.43.23] 2024-01-24
|
### [535.43.23] 2024-01-24
|
||||||
|
|
||||||
### [535.43.22] 2023-12-19
|
### [535.43.22] 2023-12-19
|
||||||
@@ -30,7 +36,6 @@
|
|||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
- Fixed building main against current centos stream 8 fails, [#550](https://github.com/NVIDIA/open-gpu-kernel-modules/issues/550) by @airlied
|
|
||||||
- Fixed console restore with traditional VGA consoles.
|
- Fixed console restore with traditional VGA consoles.
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|||||||
13
README.md
13
README.md
@@ -1,7 +1,7 @@
|
|||||||
# NVIDIA Linux Open GPU Kernel Module Source
|
# NVIDIA Linux Open GPU Kernel Module Source
|
||||||
|
|
||||||
This is the source release of the NVIDIA Linux open GPU kernel modules,
|
This is the source release of the NVIDIA Linux open GPU kernel modules,
|
||||||
version 535.43.24.
|
version 535.43.25.
|
||||||
|
|
||||||
|
|
||||||
## How to Build
|
## How to Build
|
||||||
@@ -17,7 +17,7 @@ as root:
|
|||||||
|
|
||||||
Note that the kernel modules built here must be used with GSP
|
Note that the kernel modules built here must be used with GSP
|
||||||
firmware and user-space NVIDIA GPU driver components from a corresponding
|
firmware and user-space NVIDIA GPU driver components from a corresponding
|
||||||
535.43.24 driver release. This can be achieved by installing
|
535.43.25 driver release. This can be achieved by installing
|
||||||
the NVIDIA GPU driver from the .run file using the `--no-kernel-modules`
|
the NVIDIA GPU driver from the .run file using the `--no-kernel-modules`
|
||||||
option. E.g.,
|
option. E.g.,
|
||||||
|
|
||||||
@@ -180,7 +180,7 @@ software applications.
|
|||||||
## Compatible GPUs
|
## Compatible GPUs
|
||||||
|
|
||||||
The open-gpu-kernel-modules can be used on any Turing or later GPU
|
The open-gpu-kernel-modules can be used on any Turing or later GPU
|
||||||
(see the table below). However, in the 535.43.24 release,
|
(see the table below). However, in the 535.43.25 release,
|
||||||
GeForce and Workstation support is still considered alpha-quality.
|
GeForce and Workstation support is still considered alpha-quality.
|
||||||
|
|
||||||
To enable use of the open kernel modules on GeForce and Workstation GPUs,
|
To enable use of the open kernel modules on GeForce and Workstation GPUs,
|
||||||
@@ -188,7 +188,7 @@ set the "NVreg_OpenRmEnableUnsupportedGpus" nvidia.ko kernel module
|
|||||||
parameter to 1. For more details, see the NVIDIA GPU driver end user
|
parameter to 1. For more details, see the NVIDIA GPU driver end user
|
||||||
README here:
|
README here:
|
||||||
|
|
||||||
https://us.download.nvidia.com/XFree86/Linux-x86_64/535.43.24/README/kernel_open.html
|
https://us.download.nvidia.com/XFree86/Linux-x86_64/535.43.25/README/kernel_open.html
|
||||||
|
|
||||||
In the below table, if three IDs are listed, the first is the PCI Device
|
In the below table, if three IDs are listed, the first is the PCI Device
|
||||||
ID, the second is the PCI Subsystem Vendor ID, and the third is the PCI
|
ID, the second is the PCI Subsystem Vendor ID, and the third is the PCI
|
||||||
@@ -746,12 +746,15 @@ Subsystem Device ID.
|
|||||||
| NVIDIA H800 PCIe | 2322 10DE 17A4 |
|
| NVIDIA H800 PCIe | 2322 10DE 17A4 |
|
||||||
| NVIDIA H800 | 2324 10DE 17A6 |
|
| NVIDIA H800 | 2324 10DE 17A6 |
|
||||||
| NVIDIA H800 | 2324 10DE 17A8 |
|
| NVIDIA H800 | 2324 10DE 17A8 |
|
||||||
|
| NVIDIA H20 | 2329 10DE 198B |
|
||||||
|
| NVIDIA H20 | 2329 10DE 198C |
|
||||||
| NVIDIA H100 80GB HBM3 | 2330 10DE 16C0 |
|
| NVIDIA H100 80GB HBM3 | 2330 10DE 16C0 |
|
||||||
| NVIDIA H100 80GB HBM3 | 2330 10DE 16C1 |
|
| NVIDIA H100 80GB HBM3 | 2330 10DE 16C1 |
|
||||||
| NVIDIA H100 PCIe | 2331 10DE 1626 |
|
| NVIDIA H100 PCIe | 2331 10DE 1626 |
|
||||||
| NVIDIA H100 | 2339 10DE 17FC |
|
| NVIDIA H100 | 2339 10DE 17FC |
|
||||||
| NVIDIA H800 NVL | 233A 10DE 183A |
|
| NVIDIA H800 NVL | 233A 10DE 183A |
|
||||||
| NVIDIA GH200 120GB | 2342 10DE 16EB |
|
| NVIDIA GH200 120GB | 2342 10DE 16EB |
|
||||||
|
| NVIDIA GH200 120GB | 2342 10DE 1805 |
|
||||||
| NVIDIA GH200 480GB | 2342 10DE 1809 |
|
| NVIDIA GH200 480GB | 2342 10DE 1809 |
|
||||||
| NVIDIA GeForce RTX 3060 Ti | 2414 |
|
| NVIDIA GeForce RTX 3060 Ti | 2414 |
|
||||||
| NVIDIA GeForce RTX 3080 Ti Laptop GPU | 2420 |
|
| NVIDIA GeForce RTX 3080 Ti Laptop GPU | 2420 |
|
||||||
@@ -837,7 +840,6 @@ Subsystem Device ID.
|
|||||||
| NVIDIA RTX A2000 Embedded GPU | 25FA |
|
| NVIDIA RTX A2000 Embedded GPU | 25FA |
|
||||||
| NVIDIA RTX A500 Embedded GPU | 25FB |
|
| NVIDIA RTX A500 Embedded GPU | 25FB |
|
||||||
| NVIDIA GeForce RTX 4090 | 2684 |
|
| NVIDIA GeForce RTX 4090 | 2684 |
|
||||||
| NVIDIA GeForce RTX 4090 D | 2685 |
|
|
||||||
| NVIDIA RTX 6000 Ada Generation | 26B1 1028 16A1 |
|
| NVIDIA RTX 6000 Ada Generation | 26B1 1028 16A1 |
|
||||||
| NVIDIA RTX 6000 Ada Generation | 26B1 103C 16A1 |
|
| NVIDIA RTX 6000 Ada Generation | 26B1 103C 16A1 |
|
||||||
| NVIDIA RTX 6000 Ada Generation | 26B1 10DE 16A1 |
|
| NVIDIA RTX 6000 Ada Generation | 26B1 10DE 16A1 |
|
||||||
@@ -846,6 +848,7 @@ Subsystem Device ID.
|
|||||||
| NVIDIA RTX 5000 Ada Generation | 26B2 103C 17FA |
|
| NVIDIA RTX 5000 Ada Generation | 26B2 103C 17FA |
|
||||||
| NVIDIA RTX 5000 Ada Generation | 26B2 10DE 17FA |
|
| NVIDIA RTX 5000 Ada Generation | 26B2 10DE 17FA |
|
||||||
| NVIDIA RTX 5000 Ada Generation | 26B2 17AA 17FA |
|
| NVIDIA RTX 5000 Ada Generation | 26B2 17AA 17FA |
|
||||||
|
| NVIDIA RTX 5880 Ada Generation | 26B3 103C 1934 |
|
||||||
| NVIDIA RTX 5880 Ada Generation | 26B3 10DE 1934 |
|
| NVIDIA RTX 5880 Ada Generation | 26B3 10DE 1934 |
|
||||||
| NVIDIA L40 | 26B5 10DE 169D |
|
| NVIDIA L40 | 26B5 10DE 169D |
|
||||||
| NVIDIA L40 | 26B5 10DE 17DA |
|
| NVIDIA L40 | 26B5 10DE 17DA |
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ EXTRA_CFLAGS += -I$(src)/common/inc
|
|||||||
EXTRA_CFLAGS += -I$(src)
|
EXTRA_CFLAGS += -I$(src)
|
||||||
EXTRA_CFLAGS += -Wall $(DEFINES) $(INCLUDES) -Wno-cast-qual -Wno-error -Wno-format-extra-args
|
EXTRA_CFLAGS += -Wall $(DEFINES) $(INCLUDES) -Wno-cast-qual -Wno-error -Wno-format-extra-args
|
||||||
EXTRA_CFLAGS += -D__KERNEL__ -DMODULE -DNVRM
|
EXTRA_CFLAGS += -D__KERNEL__ -DMODULE -DNVRM
|
||||||
EXTRA_CFLAGS += -DNV_VERSION_STRING=\"535.43.24\"
|
EXTRA_CFLAGS += -DNV_VERSION_STRING=\"535.43.25\"
|
||||||
|
|
||||||
ifneq ($(SYSSRCHOST1X),)
|
ifneq ($(SYSSRCHOST1X),)
|
||||||
EXTRA_CFLAGS += -I$(SYSSRCHOST1X)
|
EXTRA_CFLAGS += -I$(SYSSRCHOST1X)
|
||||||
|
|||||||
@@ -43,18 +43,18 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(NV_LINUX) || defined(NV_BSD) || defined(NV_SUNOS)
|
#if defined(NV_LINUX) || defined(NV_BSD) || defined(NV_SUNOS)
|
||||||
#define NV_BUILD_BRANCH_VERSION "rel/gpu_drv/r535/VK535_87-148"
|
#define NV_BUILD_BRANCH_VERSION "rel/gpu_drv/r535/VK535_87-149"
|
||||||
#define NV_BUILD_CHANGELIST_NUM (33833102)
|
#define NV_BUILD_CHANGELIST_NUM (33845435)
|
||||||
#define NV_BUILD_TYPE "Official"
|
#define NV_BUILD_TYPE "Official"
|
||||||
#define NV_BUILD_NAME "rel/gpu_drv/r535/VK535_87-148"
|
#define NV_BUILD_NAME "rel/gpu_drv/r535/VK535_87-149"
|
||||||
#define NV_LAST_OFFICIAL_CHANGELIST_NUM (33833102)
|
#define NV_LAST_OFFICIAL_CHANGELIST_NUM (33845435)
|
||||||
|
|
||||||
#else /* Windows builds */
|
#else /* Windows builds */
|
||||||
#define NV_BUILD_BRANCH_VERSION "VK535_87-25"
|
#define NV_BUILD_BRANCH_VERSION "VK535_87-26"
|
||||||
#define NV_BUILD_CHANGELIST_NUM (33833102)
|
#define NV_BUILD_CHANGELIST_NUM (33845435)
|
||||||
#define NV_BUILD_TYPE "Official"
|
#define NV_BUILD_TYPE "Official"
|
||||||
#define NV_BUILD_NAME "538.35"
|
#define NV_BUILD_NAME "538.37"
|
||||||
#define NV_LAST_OFFICIAL_CHANGELIST_NUM (33833102)
|
#define NV_LAST_OFFICIAL_CHANGELIST_NUM (33845435)
|
||||||
#define NV_BUILD_BRANCH_BASE_VERSION R535
|
#define NV_BUILD_BRANCH_BASE_VERSION R535
|
||||||
#endif
|
#endif
|
||||||
// End buildmeister python edited section
|
// End buildmeister python edited section
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#if defined(NV_LINUX) || defined(NV_BSD) || defined(NV_SUNOS) || defined(NV_VMWARE) || defined(NV_QNX) || defined(NV_INTEGRITY) || \
|
#if defined(NV_LINUX) || defined(NV_BSD) || defined(NV_SUNOS) || defined(NV_VMWARE) || defined(NV_QNX) || defined(NV_INTEGRITY) || \
|
||||||
(defined(RMCFG_FEATURE_PLATFORM_GSP) && RMCFG_FEATURE_PLATFORM_GSP == 1)
|
(defined(RMCFG_FEATURE_PLATFORM_GSP) && RMCFG_FEATURE_PLATFORM_GSP == 1)
|
||||||
|
|
||||||
#define NV_VERSION_STRING "535.43.24"
|
#define NV_VERSION_STRING "535.43.25"
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
|||||||
@@ -57,7 +57,6 @@ static const CHIPS_RELEASED sChipsReleased[] = {
|
|||||||
{ 0x1349, 0x36d1, 0x17aa, "NVIDIA GeForce 930A" },
|
{ 0x1349, 0x36d1, 0x17aa, "NVIDIA GeForce 930A" },
|
||||||
{ 0x1349, 0x36d8, 0x17aa, "NVIDIA GeForce 930A" },
|
{ 0x1349, 0x36d8, 0x17aa, "NVIDIA GeForce 930A" },
|
||||||
{ 0x134B, 0x0000, 0x0000, "NVIDIA GeForce 940MX" },
|
{ 0x134B, 0x0000, 0x0000, "NVIDIA GeForce 940MX" },
|
||||||
{ 0x134B, 0x0008, 0x1414, "NVIDIA GeForce GPU" },
|
|
||||||
{ 0x134D, 0x0000, 0x0000, "NVIDIA GeForce 940MX" },
|
{ 0x134D, 0x0000, 0x0000, "NVIDIA GeForce 940MX" },
|
||||||
{ 0x134E, 0x0000, 0x0000, "NVIDIA GeForce 930MX" },
|
{ 0x134E, 0x0000, 0x0000, "NVIDIA GeForce 930MX" },
|
||||||
{ 0x134F, 0x0000, 0x0000, "NVIDIA GeForce 920MX" },
|
{ 0x134F, 0x0000, 0x0000, "NVIDIA GeForce 920MX" },
|
||||||
@@ -897,12 +896,15 @@ static const CHIPS_RELEASED sChipsReleased[] = {
|
|||||||
{ 0x2322, 0x17a4, 0x10de, "NVIDIA H800 PCIe" },
|
{ 0x2322, 0x17a4, 0x10de, "NVIDIA H800 PCIe" },
|
||||||
{ 0x2324, 0x17a6, 0x10de, "NVIDIA H800" },
|
{ 0x2324, 0x17a6, 0x10de, "NVIDIA H800" },
|
||||||
{ 0x2324, 0x17a8, 0x10de, "NVIDIA H800" },
|
{ 0x2324, 0x17a8, 0x10de, "NVIDIA H800" },
|
||||||
|
{ 0x2329, 0x198b, 0x10de, "NVIDIA H20" },
|
||||||
|
{ 0x2329, 0x198c, 0x10de, "NVIDIA H20" },
|
||||||
{ 0x2330, 0x16c0, 0x10de, "NVIDIA H100 80GB HBM3" },
|
{ 0x2330, 0x16c0, 0x10de, "NVIDIA H100 80GB HBM3" },
|
||||||
{ 0x2330, 0x16c1, 0x10de, "NVIDIA H100 80GB HBM3" },
|
{ 0x2330, 0x16c1, 0x10de, "NVIDIA H100 80GB HBM3" },
|
||||||
{ 0x2331, 0x1626, 0x10de, "NVIDIA H100 PCIe" },
|
{ 0x2331, 0x1626, 0x10de, "NVIDIA H100 PCIe" },
|
||||||
{ 0x2339, 0x17fc, 0x10de, "NVIDIA H100" },
|
{ 0x2339, 0x17fc, 0x10de, "NVIDIA H100" },
|
||||||
{ 0x233A, 0x183a, 0x10de, "NVIDIA H800 NVL" },
|
{ 0x233A, 0x183a, 0x10de, "NVIDIA H800 NVL" },
|
||||||
{ 0x2342, 0x16eb, 0x10de, "NVIDIA GH200 120GB" },
|
{ 0x2342, 0x16eb, 0x10de, "NVIDIA GH200 120GB" },
|
||||||
|
{ 0x2342, 0x1805, 0x10de, "NVIDIA GH200 120GB" },
|
||||||
{ 0x2342, 0x1809, 0x10de, "NVIDIA GH200 480GB" },
|
{ 0x2342, 0x1809, 0x10de, "NVIDIA GH200 480GB" },
|
||||||
{ 0x2414, 0x0000, 0x0000, "NVIDIA GeForce RTX 3060 Ti" },
|
{ 0x2414, 0x0000, 0x0000, "NVIDIA GeForce RTX 3060 Ti" },
|
||||||
{ 0x2420, 0x0000, 0x0000, "NVIDIA GeForce RTX 3080 Ti Laptop GPU" },
|
{ 0x2420, 0x0000, 0x0000, "NVIDIA GeForce RTX 3080 Ti Laptop GPU" },
|
||||||
@@ -988,7 +990,6 @@ static const CHIPS_RELEASED sChipsReleased[] = {
|
|||||||
{ 0x25FA, 0x0000, 0x0000, "NVIDIA RTX A2000 Embedded GPU" },
|
{ 0x25FA, 0x0000, 0x0000, "NVIDIA RTX A2000 Embedded GPU" },
|
||||||
{ 0x25FB, 0x0000, 0x0000, "NVIDIA RTX A500 Embedded GPU" },
|
{ 0x25FB, 0x0000, 0x0000, "NVIDIA RTX A500 Embedded GPU" },
|
||||||
{ 0x2684, 0x0000, 0x0000, "NVIDIA GeForce RTX 4090" },
|
{ 0x2684, 0x0000, 0x0000, "NVIDIA GeForce RTX 4090" },
|
||||||
{ 0x2685, 0x0000, 0x0000, "NVIDIA GeForce RTX 4090 D" },
|
|
||||||
{ 0x26B1, 0x16a1, 0x1028, "NVIDIA RTX 6000 Ada Generation" },
|
{ 0x26B1, 0x16a1, 0x1028, "NVIDIA RTX 6000 Ada Generation" },
|
||||||
{ 0x26B1, 0x16a1, 0x103c, "NVIDIA RTX 6000 Ada Generation" },
|
{ 0x26B1, 0x16a1, 0x103c, "NVIDIA RTX 6000 Ada Generation" },
|
||||||
{ 0x26B1, 0x16a1, 0x10de, "NVIDIA RTX 6000 Ada Generation" },
|
{ 0x26B1, 0x16a1, 0x10de, "NVIDIA RTX 6000 Ada Generation" },
|
||||||
@@ -997,6 +998,7 @@ static const CHIPS_RELEASED sChipsReleased[] = {
|
|||||||
{ 0x26B2, 0x17fa, 0x103c, "NVIDIA RTX 5000 Ada Generation" },
|
{ 0x26B2, 0x17fa, 0x103c, "NVIDIA RTX 5000 Ada Generation" },
|
||||||
{ 0x26B2, 0x17fa, 0x10de, "NVIDIA RTX 5000 Ada Generation" },
|
{ 0x26B2, 0x17fa, 0x10de, "NVIDIA RTX 5000 Ada Generation" },
|
||||||
{ 0x26B2, 0x17fa, 0x17aa, "NVIDIA RTX 5000 Ada Generation" },
|
{ 0x26B2, 0x17fa, 0x17aa, "NVIDIA RTX 5000 Ada Generation" },
|
||||||
|
{ 0x26B3, 0x1934, 0x103c, "NVIDIA RTX 5880 Ada Generation" },
|
||||||
{ 0x26B3, 0x1934, 0x10de, "NVIDIA RTX 5880 Ada Generation" },
|
{ 0x26B3, 0x1934, 0x10de, "NVIDIA RTX 5880 Ada Generation" },
|
||||||
{ 0x26B5, 0x169d, 0x10de, "NVIDIA L40" },
|
{ 0x26B5, 0x169d, 0x10de, "NVIDIA L40" },
|
||||||
{ 0x26B5, 0x17da, 0x10de, "NVIDIA L40" },
|
{ 0x26B5, 0x17da, 0x10de, "NVIDIA L40" },
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
NVIDIA_VERSION = 535.43.24
|
NVIDIA_VERSION = 535.43.25
|
||||||
|
|
||||||
# This file.
|
# This file.
|
||||||
VERSION_MK_FILE := $(lastword $(MAKEFILE_LIST))
|
VERSION_MK_FILE := $(lastword $(MAKEFILE_LIST))
|
||||||
|
|||||||
Reference in New Issue
Block a user