File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed
Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11# NVIDIA Linux Open GPU Kernel Module Source
22
33This is the source release of the NVIDIA Linux open GPU kernel modules,
4- version 570.124.04 .
4+ version 570.124.06 .
55
66
77## How to Build
@@ -17,7 +17,7 @@ as root:
1717
1818Note that the kernel modules built here must be used with GSP
1919firmware and user-space NVIDIA GPU driver components from a corresponding
20- 570.124.04 driver release. This can be achieved by installing
20+ 570.124.06 driver release. This can be achieved by installing
2121the NVIDIA GPU driver from the .run file using the ` --no-kernel-modules `
2222option. E.g.,
2323
@@ -185,7 +185,7 @@ table below).
185185For details on feature support and limitations, see the NVIDIA GPU driver
186186end user README here:
187187
188- https://us.download.nvidia.com/XFree86/Linux-x86_64/570.124.04 /README/kernel_open.html
188+ https://us.download.nvidia.com/XFree86/Linux-x86_64/570.124.06 /README/kernel_open.html
189189
190190For vGPU support, please refer to the README.vgpu packaged in the vGPU Host
191191Package for more details.
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ EXTRA_CFLAGS += -I$(src)/common/inc
8686EXTRA_CFLAGS += -I$(src )
8787EXTRA_CFLAGS += -Wall $(DEFINES ) $(INCLUDES ) -Wno-cast-qual -Wno-format-extra-args
8888EXTRA_CFLAGS += -D__KERNEL__ -DMODULE -DNVRM
89- EXTRA_CFLAGS += -DNV_VERSION_STRING=\"570.124.04 \"
89+ EXTRA_CFLAGS += -DNV_VERSION_STRING=\"570.124.06 \"
9090
9191ifneq ($(SYSSRCHOST1X ) ,)
9292 EXTRA_CFLAGS += -I$(SYSSRCHOST1X )
Original file line number Diff line number Diff line change 4343#endif
4444
4545#if defined(NV_LINUX ) || defined(NV_BSD ) || defined(NV_SUNOS )
46- #define NV_BUILD_BRANCH_VERSION "rel/gpu_drv/r570/r572_46-342 "
47- #define NV_BUILD_CHANGELIST_NUM (35593155 )
46+ #define NV_BUILD_BRANCH_VERSION "rel/gpu_drv/r570/r572_46-344 "
47+ #define NV_BUILD_CHANGELIST_NUM (35599303 )
4848#define NV_BUILD_TYPE "Official"
49- #define NV_BUILD_NAME "rel/gpu_drv/r570/r572_46-342 "
50- #define NV_LAST_OFFICIAL_CHANGELIST_NUM (35593155 )
49+ #define NV_BUILD_NAME "rel/gpu_drv/r570/r572_46-344 "
50+ #define NV_LAST_OFFICIAL_CHANGELIST_NUM (35599303 )
5151
5252#else /* Windows builds */
53- #define NV_BUILD_BRANCH_VERSION "r572_46-6 "
54- #define NV_BUILD_CHANGELIST_NUM (35593155 )
53+ #define NV_BUILD_BRANCH_VERSION "r572_46-7 "
54+ #define NV_BUILD_CHANGELIST_NUM (35597621 )
5555#define NV_BUILD_TYPE "Official"
56- #define NV_BUILD_NAME "572.60 "
57- #define NV_LAST_OFFICIAL_CHANGELIST_NUM (35593155 )
56+ #define NV_BUILD_NAME "572.61 "
57+ #define NV_LAST_OFFICIAL_CHANGELIST_NUM (35597621 )
5858#define NV_BUILD_BRANCH_BASE_VERSION R570
5959#endif
6060// End buildmeister python edited section
Original file line number Diff line number Diff line change 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.124.04 "
7+ #define NV_VERSION_STRING "570.124.06 "
88
99#else
1010
Original file line number Diff line number Diff line change 1- NVIDIA_VERSION = 570.124.04
1+ NVIDIA_VERSION = 570.124.06
22
33# This file.
44VERSION_MK_FILE := $(lastword $(MAKEFILE_LIST ) )
You can’t perform that action at this time.
0 commit comments