Skip to content

Commit 392cd00

Browse files
committed
570.123.10
1 parent 4d941c0 commit 392cd00

File tree

6 files changed

+26
-24
lines changed

6 files changed

+26
-24
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NVIDIA Linux Open GPU Kernel Module Source
22

33
This is the source release of the NVIDIA Linux open GPU kernel modules,
4-
version 570.123.07.
4+
version 570.123.10.
55

66

77
## How to Build
@@ -17,7 +17,7 @@ as root:
1717

1818
Note that the kernel modules built here must be used with GSP
1919
firmware and user-space NVIDIA GPU driver components from a corresponding
20-
570.123.07 driver release. This can be achieved by installing
20+
570.123.10 driver release. This can be achieved by installing
2121
the NVIDIA GPU driver from the .run file using the `--no-kernel-modules`
2222
option. E.g.,
2323

@@ -185,7 +185,7 @@ table below).
185185
For details on feature support and limitations, see the NVIDIA GPU driver
186186
end user README here:
187187

188-
https://us.download.nvidia.com/XFree86/Linux-x86_64/570.123.07/README/kernel_open.html
188+
https://us.download.nvidia.com/XFree86/Linux-x86_64/570.123.10/README/kernel_open.html
189189

190190
For vGPU support, please refer to the README.vgpu packaged in the vGPU Host
191191
Package for more details.
@@ -943,11 +943,11 @@ Subsystem Device ID.
943943
| NVIDIA B200 | 2901 10DE 1999 |
944944
| NVIDIA B200 | 2901 10DE 199B |
945945
| NVIDIA B200 | 2901 10DE 20DA |
946-
| NVIDIA HGX GB200 | 2941 10DE 2046 |
947-
| NVIDIA HGX GB200 | 2941 10DE 20CA |
948-
| NVIDIA HGX GB200 | 2941 10DE 20D5 |
949-
| NVIDIA HGX GB200 | 2941 10DE 21C9 |
950-
| NVIDIA HGX GB200 | 2941 10DE 21CA |
946+
| NVIDIA GB200 | 2941 10DE 2046 |
947+
| NVIDIA GB200 | 2941 10DE 20CA |
948+
| NVIDIA GB200 | 2941 10DE 20D5 |
949+
| NVIDIA GB200 | 2941 10DE 21C9 |
950+
| NVIDIA GB200 | 2941 10DE 21CA |
951951
| NVIDIA GeForce RTX 5090 | 2B85 |
952952
| NVIDIA GeForce RTX 5090 D | 2B87 |
953953
| NVIDIA RTX PRO 6000 Blackwell Workstation Edition | 2BB1 1028 204B |
@@ -964,6 +964,7 @@ Subsystem Device ID.
964964
| NVIDIA GeForce RTX 5080 Laptop GPU | 2C19 |
965965
| NVIDIA GeForce RTX 5090 Laptop GPU | 2C58 |
966966
| NVIDIA GeForce RTX 5080 Laptop GPU | 2C59 |
967+
| NVIDIA GeForce RTX 5060 Ti | 2D04 |
967968
| NVIDIA GeForce RTX 5070 | 2F04 |
968969
| NVIDIA GeForce RTX 5070 Ti Laptop GPU | 2F18 |
969970
| NVIDIA GeForce RTX 5070 Ti Laptop GPU | 2F58 |

kernel-open/Kbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ EXTRA_CFLAGS += -I$(src)/common/inc
8686
EXTRA_CFLAGS += -I$(src)
8787
EXTRA_CFLAGS += -Wall $(DEFINES) $(INCLUDES) -Wno-cast-qual -Wno-format-extra-args
8888
EXTRA_CFLAGS += -D__KERNEL__ -DMODULE -DNVRM
89-
EXTRA_CFLAGS += -DNV_VERSION_STRING=\"570.123.07\"
89+
EXTRA_CFLAGS += -DNV_VERSION_STRING=\"570.123.10\"
9090

9191
ifneq ($(SYSSRCHOST1X),)
9292
EXTRA_CFLAGS += -I$(SYSSRCHOST1X)

src/common/inc/nvBldVer.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@
4343
#endif
4444

4545
#if defined(NV_LINUX) || defined(NV_BSD) || defined(NV_SUNOS)
46-
#define NV_BUILD_BRANCH_VERSION "rel/gpu_drv/r570/VK571_25-347"
47-
#define NV_BUILD_CHANGELIST_NUM (35744817)
46+
#define NV_BUILD_BRANCH_VERSION "rel/gpu_drv/r570/VK571_25-350"
47+
#define NV_BUILD_CHANGELIST_NUM (35858204)
4848
#define NV_BUILD_TYPE "Official"
49-
#define NV_BUILD_NAME "rel/gpu_drv/r570/VK571_25-347"
50-
#define NV_LAST_OFFICIAL_CHANGELIST_NUM (35744817)
49+
#define NV_BUILD_NAME "rel/gpu_drv/r570/VK571_25-350"
50+
#define NV_LAST_OFFICIAL_CHANGELIST_NUM (35858204)
5151

5252
#else /* Windows builds */
53-
#define NV_BUILD_BRANCH_VERSION "VK571_25-7"
54-
#define NV_BUILD_CHANGELIST_NUM (35744817)
53+
#define NV_BUILD_BRANCH_VERSION "VK571_25-10"
54+
#define NV_BUILD_CHANGELIST_NUM (35858204)
5555
#define NV_BUILD_TYPE "Official"
56-
#define NV_BUILD_NAME "572.91"
57-
#define NV_LAST_OFFICIAL_CHANGELIST_NUM (35744817)
56+
#define NV_BUILD_NAME "573.04"
57+
#define NV_LAST_OFFICIAL_CHANGELIST_NUM (35858204)
5858
#define NV_BUILD_BRANCH_BASE_VERSION R570
5959
#endif
6060
// End buildmeister python edited section

src/common/inc/nvUnixVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#if defined(NV_LINUX) || defined(NV_BSD) || defined(NV_SUNOS) || defined(NV_VMWARE) || defined(NV_QNX) || defined(NV_INTEGRITY) || \
55
(defined(RMCFG_FEATURE_PLATFORM_GSP) && RMCFG_FEATURE_PLATFORM_GSP == 1)
66

7-
#define NV_VERSION_STRING "570.123.07"
7+
#define NV_VERSION_STRING "570.123.10"
88

99
#else
1010

src/nvidia/generated/g_nv_name_released.h

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5409,11 +5409,11 @@ static const CHIPS_RELEASED sChipsReleased[] = {
54095409
{ 0x2901, 0x1999, 0x10de, "NVIDIA B200" },
54105410
{ 0x2901, 0x199b, 0x10de, "NVIDIA B200" },
54115411
{ 0x2901, 0x20da, 0x10de, "NVIDIA B200" },
5412-
{ 0x2941, 0x2046, 0x10de, "NVIDIA HGX GB200" },
5413-
{ 0x2941, 0x20ca, 0x10de, "NVIDIA HGX GB200" },
5414-
{ 0x2941, 0x20d5, 0x10de, "NVIDIA HGX GB200" },
5415-
{ 0x2941, 0x21c9, 0x10de, "NVIDIA HGX GB200" },
5416-
{ 0x2941, 0x21ca, 0x10de, "NVIDIA HGX GB200" },
5412+
{ 0x2941, 0x2046, 0x10de, "NVIDIA GB200" },
5413+
{ 0x2941, 0x20ca, 0x10de, "NVIDIA GB200" },
5414+
{ 0x2941, 0x20d5, 0x10de, "NVIDIA GB200" },
5415+
{ 0x2941, 0x21c9, 0x10de, "NVIDIA GB200" },
5416+
{ 0x2941, 0x21ca, 0x10de, "NVIDIA GB200" },
54175417
{ 0x2B85, 0x0000, 0x0000, "NVIDIA GeForce RTX 5090" },
54185418
{ 0x2B87, 0x0000, 0x0000, "NVIDIA GeForce RTX 5090 D" },
54195419
{ 0x2BB1, 0x204b, 0x1028, "NVIDIA RTX PRO 6000 Blackwell Workstation Edition" },
@@ -5430,6 +5430,7 @@ static const CHIPS_RELEASED sChipsReleased[] = {
54305430
{ 0x2C19, 0x0000, 0x0000, "NVIDIA GeForce RTX 5080 Laptop GPU" },
54315431
{ 0x2C58, 0x0000, 0x0000, "NVIDIA GeForce RTX 5090 Laptop GPU" },
54325432
{ 0x2C59, 0x0000, 0x0000, "NVIDIA GeForce RTX 5080 Laptop GPU" },
5433+
{ 0x2D04, 0x0000, 0x0000, "NVIDIA GeForce RTX 5060 Ti" },
54335434
{ 0x2F04, 0x0000, 0x0000, "NVIDIA GeForce RTX 5070" },
54345435
{ 0x2F18, 0x0000, 0x0000, "NVIDIA GeForce RTX 5070 Ti Laptop GPU" },
54355436
{ 0x2F58, 0x0000, 0x0000, "NVIDIA GeForce RTX 5070 Ti Laptop GPU" },

version.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NVIDIA_VERSION = 570.123.07
1+
NVIDIA_VERSION = 570.123.10
22

33
# This file.
44
VERSION_MK_FILE := $(lastword $(MAKEFILE_LIST))

0 commit comments

Comments
 (0)