diff --git a/CHANGELOG.md b/CHANGELOG.md index afa3c8756..8e7d7cbb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Release 535 Entries +### [535.43.10] 2023-09-27 + ### [535.43.09] 2023-09-01 ### [535.43.08] 2023-08-17 diff --git a/README.md b/README.md index 307e014bd..18f942797 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # NVIDIA Linux Open GPU Kernel Module Source This is the source release of the NVIDIA Linux open GPU kernel modules, -version 535.43.09. +version 535.43.10. ## How to Build @@ -17,7 +17,7 @@ as root: Note that the kernel modules built here must be used with GSP firmware and user-space NVIDIA GPU driver components from a corresponding -535.43.09 driver release. This can be achieved by installing +535.43.10 driver release. This can be achieved by installing the NVIDIA GPU driver from the .run file using the `--no-kernel-modules` option. E.g., @@ -180,7 +180,7 @@ software applications. ## Compatible GPUs The open-gpu-kernel-modules can be used on any Turing or later GPU -(see the table below). However, in the 535.43.09 release, +(see the table below). However, in the 535.43.10 release, GeForce and Workstation support is still considered alpha-quality. 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 README here: -https://us.download.nvidia.com/XFree86/Linux-x86_64/535.43.09/README/kernel_open.html +https://us.download.nvidia.com/XFree86/Linux-x86_64/535.43.10/README/kernel_open.html 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 @@ -677,7 +677,10 @@ Subsystem Device ID. | NVIDIA A800-SXM4-80GB | 20F3 10DE 17A2 | | NVIDIA A800 80GB PCIe | 20F5 10DE 1799 | | NVIDIA A800 80GB PCIe LC | 20F5 10DE 179A | +| NVIDIA A800 40GB Active | 20F6 1028 180A | +| NVIDIA A800 40GB Active | 20F6 103C 180A | | NVIDIA A800 40GB Active | 20F6 10DE 180A | +| NVIDIA A800 40GB Active | 20F6 17AA 180A | | NVIDIA GeForce GTX 1660 Ti | 2182 | | NVIDIA GeForce GTX 1660 | 2184 | | NVIDIA GeForce GTX 1650 SUPER | 2187 | @@ -853,6 +856,10 @@ Subsystem Device ID. | NVIDIA RTX 4000 SFF Ada Generation | 27B0 103C 16FA | | NVIDIA RTX 4000 SFF Ada Generation | 27B0 10DE 16FA | | NVIDIA RTX 4000 SFF Ada Generation | 27B0 17AA 16FA | +| NVIDIA RTX 4500 Ada Generation | 27B1 1028 180C | +| NVIDIA RTX 4500 Ada Generation | 27B1 103C 180C | +| NVIDIA RTX 4500 Ada Generation | 27B1 10DE 180C | +| NVIDIA RTX 4500 Ada Generation | 27B1 17AA 180C | | NVIDIA RTX 4000 Ada Generation | 27B2 1028 181B | | NVIDIA RTX 4000 Ada Generation | 27B2 103C 181B | | NVIDIA RTX 4000 Ada Generation | 27B2 10DE 181B | diff --git a/kernel-open/Kbuild b/kernel-open/Kbuild index 3e9fc6e4f..655ad7aa7 100644 --- a/kernel-open/Kbuild +++ b/kernel-open/Kbuild @@ -72,7 +72,7 @@ EXTRA_CFLAGS += -I$(src)/common/inc EXTRA_CFLAGS += -I$(src) EXTRA_CFLAGS += -Wall $(DEFINES) $(INCLUDES) -Wno-cast-qual -Wno-error -Wno-format-extra-args EXTRA_CFLAGS += -D__KERNEL__ -DMODULE -DNVRM -EXTRA_CFLAGS += -DNV_VERSION_STRING=\"535.43.09\" +EXTRA_CFLAGS += -DNV_VERSION_STRING=\"535.43.10\" ifneq ($(SYSSRCHOST1X),) EXTRA_CFLAGS += -I$(SYSSRCHOST1X) diff --git a/src/common/inc/nvBldVer.h b/src/common/inc/nvBldVer.h index f166627ea..459b98a2d 100644 --- a/src/common/inc/nvBldVer.h +++ b/src/common/inc/nvBldVer.h @@ -43,18 +43,18 @@ #endif #if defined(NV_LINUX) || defined(NV_BSD) || defined(NV_SUNOS) -#define NV_BUILD_BRANCH_VERSION "rel/gpu_drv/r535/VK535_87-129" -#define NV_BUILD_CHANGELIST_NUM (33257513) +#define NV_BUILD_BRANCH_VERSION "rel/gpu_drv/r535/VK535_87-131" +#define NV_BUILD_CHANGELIST_NUM (33340728) #define NV_BUILD_TYPE "Official" -#define NV_BUILD_NAME "rel/gpu_drv/r535/VK535_87-129" -#define NV_LAST_OFFICIAL_CHANGELIST_NUM (33257513) +#define NV_BUILD_NAME "rel/gpu_drv/r535/VK535_87-131" +#define NV_LAST_OFFICIAL_CHANGELIST_NUM (33340728) #else /* Windows builds */ -#define NV_BUILD_BRANCH_VERSION "VK535_87-9" -#define NV_BUILD_CHANGELIST_NUM (33257513) +#define NV_BUILD_BRANCH_VERSION "VK535_87-10" +#define NV_BUILD_CHANGELIST_NUM (33340728) #define NV_BUILD_TYPE "Official" -#define NV_BUILD_NAME "537.35" -#define NV_LAST_OFFICIAL_CHANGELIST_NUM (33257513) +#define NV_BUILD_NAME "537.54" +#define NV_LAST_OFFICIAL_CHANGELIST_NUM (33340728) #define NV_BUILD_BRANCH_BASE_VERSION R535 #endif // End buildmeister python edited section diff --git a/src/common/inc/nvUnixVersion.h b/src/common/inc/nvUnixVersion.h index 6306f8146..32f59ca78 100644 --- a/src/common/inc/nvUnixVersion.h +++ b/src/common/inc/nvUnixVersion.h @@ -4,7 +4,7 @@ #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) -#define NV_VERSION_STRING "535.43.09" +#define NV_VERSION_STRING "535.43.10" #else diff --git a/src/nvidia/generated/g_nv_name_released.h b/src/nvidia/generated/g_nv_name_released.h index e0c472d37..08642011c 100644 --- a/src/nvidia/generated/g_nv_name_released.h +++ b/src/nvidia/generated/g_nv_name_released.h @@ -827,7 +827,10 @@ static const CHIPS_RELEASED sChipsReleased[] = { { 0x20F3, 0x17a2, 0x10de, "NVIDIA A800-SXM4-80GB" }, { 0x20F5, 0x1799, 0x10de, "NVIDIA A800 80GB PCIe" }, { 0x20F5, 0x179a, 0x10de, "NVIDIA A800 80GB PCIe LC" }, + { 0x20F6, 0x180a, 0x1028, "NVIDIA A800 40GB Active" }, + { 0x20F6, 0x180a, 0x103c, "NVIDIA A800 40GB Active" }, { 0x20F6, 0x180a, 0x10de, "NVIDIA A800 40GB Active" }, + { 0x20F6, 0x180a, 0x17aa, "NVIDIA A800 40GB Active" }, { 0x2182, 0x0000, 0x0000, "NVIDIA GeForce GTX 1660 Ti" }, { 0x2184, 0x0000, 0x0000, "NVIDIA GeForce GTX 1660" }, { 0x2187, 0x0000, 0x0000, "NVIDIA GeForce GTX 1650 SUPER" }, @@ -1004,6 +1007,10 @@ static const CHIPS_RELEASED sChipsReleased[] = { { 0x27B0, 0x16fa, 0x103c, "NVIDIA RTX 4000 SFF Ada Generation" }, { 0x27B0, 0x16fa, 0x10de, "NVIDIA RTX 4000 SFF Ada Generation" }, { 0x27B0, 0x16fa, 0x17aa, "NVIDIA RTX 4000 SFF Ada Generation" }, + { 0x27B1, 0x180c, 0x1028, "NVIDIA RTX 4500 Ada Generation" }, + { 0x27B1, 0x180c, 0x103c, "NVIDIA RTX 4500 Ada Generation" }, + { 0x27B1, 0x180c, 0x10de, "NVIDIA RTX 4500 Ada Generation" }, + { 0x27B1, 0x180c, 0x17aa, "NVIDIA RTX 4500 Ada Generation" }, { 0x27B2, 0x181b, 0x1028, "NVIDIA RTX 4000 Ada Generation" }, { 0x27B2, 0x181b, 0x103c, "NVIDIA RTX 4000 Ada Generation" }, { 0x27B2, 0x181b, 0x10de, "NVIDIA RTX 4000 Ada Generation" }, diff --git a/version.mk b/version.mk index df9147814..be4aea2f4 100644 --- a/version.mk +++ b/version.mk @@ -1,4 +1,4 @@ -NVIDIA_VERSION = 535.43.09 +NVIDIA_VERSION = 535.43.10 # This file. VERSION_MK_FILE := $(lastword $(MAKEFILE_LIST))