File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 595.44.06 .
4+ version 595.44.07 .
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- 595.44.06 driver release. This can be achieved by installing
20+ 595.44.07 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/595.44.06 /README/kernel_open.html
188+ https://us.download.nvidia.com/XFree86/Linux-x86_64/595.44.07 /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 @@ -79,7 +79,7 @@ ccflags-y += -I$(src)/common/inc
7979ccflags-y += -I$(src )
8080ccflags-y += -Wall $(DEFINES ) $(INCLUDES ) -Wno-cast-qual -Wno-format-extra-args
8181ccflags-y += -D__KERNEL__ -DMODULE -DNVRM
82- ccflags-y += -DNV_VERSION_STRING=\"595.44.06 \"
82+ ccflags-y += -DNV_VERSION_STRING=\"595.44.07 \"
8383
8484# Include and link Tegra out-of-tree modules.
8585ifneq ($(wildcard /usr/src/nvidia/nvidia-public) ,)
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/r595/VK595_35-127 "
47- #define NV_BUILD_CHANGELIST_NUM (37898004 )
46+ #define NV_BUILD_BRANCH_VERSION "rel/gpu_drv/r595/VK595_35-128 "
47+ #define NV_BUILD_CHANGELIST_NUM (37938389 )
4848#define NV_BUILD_TYPE "Official"
49- #define NV_BUILD_NAME "rel/gpu_drv/r595/VK595_35-127 "
50- #define NV_LAST_OFFICIAL_CHANGELIST_NUM (37898004 )
49+ #define NV_BUILD_NAME "rel/gpu_drv/r595/VK595_35-128 "
50+ #define NV_LAST_OFFICIAL_CHANGELIST_NUM (37938389 )
5151
5252#else /* Windows builds */
53- #define NV_BUILD_BRANCH_VERSION "VK595_35-10 "
54- #define NV_BUILD_CHANGELIST_NUM (37898004 )
53+ #define NV_BUILD_BRANCH_VERSION "VK595_35-11 "
54+ #define NV_BUILD_CHANGELIST_NUM (37938389 )
5555#define NV_BUILD_TYPE "Official"
56- #define NV_BUILD_NAME "596.46 "
57- #define NV_LAST_OFFICIAL_CHANGELIST_NUM (37898004 )
56+ #define NV_BUILD_NAME "596.50 "
57+ #define NV_LAST_OFFICIAL_CHANGELIST_NUM (37938389 )
5858#define NV_BUILD_BRANCH_BASE_VERSION R595
5959#endif
6060// End buildmeister python edited section
Original file line number Diff line number Diff line change 55 (defined(RMCFG_FEATURE_PLATFORM_GSP ) && RMCFG_FEATURE_PLATFORM_GSP == 1 ) || \
66 defined(NV_DCECORE )
77
8- #define NV_VERSION_STRING "595.44.06 "
8+ #define NV_VERSION_STRING "595.44.07 "
99
1010#else
1111
Original file line number Diff line number Diff line change 1- NVIDIA_VERSION = 595.44.06
2- NVIDIA_NVID_VERSION = 595.44.06
1+ NVIDIA_VERSION = 595.44.07
2+ NVIDIA_NVID_VERSION = 595.44.07
33NVIDIA_NVID_EXTRA =
44
55# This file.
You can’t perform that action at this time.
0 commit comments