File tree Expand file tree Collapse file tree 7 files changed +17
-15
lines changed
Expand file tree Collapse file tree 7 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 22
33## Release 550 Entries
44
5+ ### [ 550.40.85] 2025-02-13
6+
57### [ 550.40.83] 2025-01-24
68
79### [ 550.40.82] 2024-12-11
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 550.40.83 .
4+ version 550.40.85 .
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- 550.40.83 driver release. This can be achieved by installing
20+ 550.40.85 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
@@ -188,7 +188,7 @@ encountered specific to them.
188188For details on feature support and limitations, see the NVIDIA GPU driver
189189end user README here:
190190
191- https://us.download.nvidia.com/XFree86/Linux-x86_64/550.40.83 /README/kernel_open.html
191+ https://us.download.nvidia.com/XFree86/Linux-x86_64/550.40.85 /README/kernel_open.html
192192
193193For vGPU support, please refer to the README.vgpu packaged in the vGPU Host
194194Package for more details.
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ EXTRA_CFLAGS += -I$(src)/common/inc
7272EXTRA_CFLAGS += -I$(src )
7373EXTRA_CFLAGS += -Wall $(DEFINES ) $(INCLUDES ) -Wno-cast-qual -Wno-format-extra-args
7474EXTRA_CFLAGS += -D__KERNEL__ -DMODULE -DNVRM
75- EXTRA_CFLAGS += -DNV_VERSION_STRING=\"550.40.83 \"
75+ EXTRA_CFLAGS += -DNV_VERSION_STRING=\"550.40.85 \"
7676
7777ifneq ($(SYSSRCHOST1X ) ,)
7878 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/r550/VK551_06-162 "
47- #define NV_BUILD_CHANGELIST_NUM (35439952 )
46+ #define NV_BUILD_BRANCH_VERSION "rel/gpu_drv/r550/VK551_06-164 "
47+ #define NV_BUILD_CHANGELIST_NUM (35539572 )
4848#define NV_BUILD_TYPE "Official"
49- #define NV_BUILD_NAME "rel/gpu_drv/r550/VK551_06-162 "
50- #define NV_LAST_OFFICIAL_CHANGELIST_NUM (35439952 )
49+ #define NV_BUILD_NAME "rel/gpu_drv/r550/VK551_06-164 "
50+ #define NV_LAST_OFFICIAL_CHANGELIST_NUM (35539572 )
5151
5252#else /* Windows builds */
53- #define NV_BUILD_BRANCH_VERSION "VK551_06-35 "
54- #define NV_BUILD_CHANGELIST_NUM (35439952 )
53+ #define NV_BUILD_BRANCH_VERSION "VK551_06-37 "
54+ #define NV_BUILD_CHANGELIST_NUM (35539572 )
5555#define NV_BUILD_TYPE "Official"
56- #define NV_BUILD_NAME "553.64 "
57- #define NV_LAST_OFFICIAL_CHANGELIST_NUM (35439952 )
56+ #define NV_BUILD_NAME "553.68 "
57+ #define NV_LAST_OFFICIAL_CHANGELIST_NUM (35539572 )
5858#define NV_BUILD_BRANCH_BASE_VERSION R550
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 "550.40.83 "
7+ #define NV_VERSION_STRING "550.40.85 "
88
99#else
1010
Original file line number Diff line number Diff line change 33#define NV_COMPANY_NAME_STRING_SHORT "NVIDIA"
44#define NV_COMPANY_NAME_STRING_FULL "NVIDIA Corporation"
55#define NV_COMPANY_NAME_STRING NV_COMPANY_NAME_STRING_FULL
6- #define NV_COPYRIGHT_YEAR "2024 "
6+ #define NV_COPYRIGHT_YEAR "2025 "
77#define NV_COPYRIGHT "(C) " NV_COPYRIGHT_YEAR " NVIDIA Corporation. All rights reserved." // Please do not use the non-ascii copyright symbol for (C).
88
99#if defined(NV_LINUX ) || defined(NV_BSD ) || defined(NV_SUNOS ) || defined(NV_VMWARE ) || defined(NV_QNX ) || defined(NV_INTEGRITY ) || \
Original file line number Diff line number Diff line change 1- NVIDIA_VERSION = 550.40.83
1+ NVIDIA_VERSION = 550.40.85
22
33# This file.
44VERSION_MK_FILE := $(lastword $(MAKEFILE_LIST ) )
You can’t perform that action at this time.
0 commit comments