Skip to content

Commit 12933b2

Browse files
committed
550.54.15
1 parent 476bd34 commit 12933b2

File tree

7 files changed

+23
-15
lines changed

7 files changed

+23
-15
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Release 550 Entries
44

5+
### [550.54.15] 2024-03-18
6+
57
### [550.54.14] 2024-02-23
68

79
#### Added

README.md

Lines changed: 6 additions & 3 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 550.54.14.
4+
version 550.54.15.
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-
550.54.14 driver release. This can be achieved by installing
20+
550.54.15 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

@@ -188,7 +188,7 @@ encountered specific to them.
188188
For details on feature support and limitations, see the NVIDIA GPU driver
189189
end user README here:
190190

191-
https://us.download.nvidia.com/XFree86/Linux-x86_64/550.54.14/README/kernel_open.html
191+
https://us.download.nvidia.com/XFree86/Linux-x86_64/550.54.15/README/kernel_open.html
192192

193193
For vGPU support, please refer to the README.vgpu packaged in the vGPU Host
194194
Package for more details.
@@ -907,6 +907,9 @@ Subsystem Device ID.
907907
| NVIDIA RTX 2000 Ada Generation | 28B0 10DE 1870 |
908908
| NVIDIA RTX 2000 Ada Generation | 28B0 17AA 1870 |
909909
| NVIDIA RTX 2000 Ada Generation Laptop GPU | 28B8 |
910+
| NVIDIA RTX 1000 Ada Generation Laptop GPU | 28B9 |
911+
| NVIDIA RTX 500 Ada Generation Laptop GPU | 28BA |
912+
| NVIDIA RTX 500 Ada Generation Laptop GPU | 28BB |
910913
| NVIDIA GeForce RTX 4060 Laptop GPU | 28E0 |
911914
| NVIDIA GeForce RTX 4050 Laptop GPU | 28E1 |
912915
| NVIDIA RTX 2000 Ada Generation Embedded GPU | 28F8 |

kernel-open/Kbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ EXTRA_CFLAGS += -I$(src)/common/inc
7272
EXTRA_CFLAGS += -I$(src)
7373
EXTRA_CFLAGS += -Wall $(DEFINES) $(INCLUDES) -Wno-cast-qual -Wno-format-extra-args
7474
EXTRA_CFLAGS += -D__KERNEL__ -DMODULE -DNVRM
75-
EXTRA_CFLAGS += -DNV_VERSION_STRING=\"550.54.14\"
75+
EXTRA_CFLAGS += -DNV_VERSION_STRING=\"550.54.15\"
7676

7777
ifneq ($(SYSSRCHOST1X),)
7878
EXTRA_CFLAGS += -I$(SYSSRCHOST1X)

src/common/inc/nvBldVer.h

Lines changed: 9 additions & 9 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/r550/r551_40-170"
47-
#define NV_BUILD_CHANGELIST_NUM (33933991)
46+
#define NV_BUILD_BRANCH_VERSION "rel/gpu_drv/r550/r551_40-171"
47+
#define NV_BUILD_CHANGELIST_NUM (33992326)
4848
#define NV_BUILD_TYPE "Official"
49-
#define NV_BUILD_NAME "rel/gpu_drv/r550/r551_40-170"
50-
#define NV_LAST_OFFICIAL_CHANGELIST_NUM (33933991)
49+
#define NV_BUILD_NAME "rel/gpu_drv/r550/r551_40-171"
50+
#define NV_LAST_OFFICIAL_CHANGELIST_NUM (33992326)
5151

5252
#else /* Windows builds */
53-
#define NV_BUILD_BRANCH_VERSION "r551_40-13"
54-
#define NV_BUILD_CHANGELIST_NUM (33924744)
55-
#define NV_BUILD_TYPE "Nightly"
56-
#define NV_BUILD_NAME "r551_40-240221"
57-
#define NV_LAST_OFFICIAL_CHANGELIST_NUM (33921227)
53+
#define NV_BUILD_BRANCH_VERSION "r551_40-15"
54+
#define NV_BUILD_CHANGELIST_NUM (33992326)
55+
#define NV_BUILD_TYPE "Official"
56+
#define NV_BUILD_NAME "551.78"
57+
#define NV_LAST_OFFICIAL_CHANGELIST_NUM (33992326)
5858
#define NV_BUILD_BRANCH_BASE_VERSION R550
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 "550.54.14"
7+
#define NV_VERSION_STRING "550.54.15"
88

99
#else
1010

src/nvidia/generated/g_nv_name_released.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,6 +1054,9 @@ static const CHIPS_RELEASED sChipsReleased[] = {
10541054
{ 0x28B0, 0x1870, 0x10de, "NVIDIA RTX 2000 Ada Generation" },
10551055
{ 0x28B0, 0x1870, 0x17aa, "NVIDIA RTX 2000 Ada Generation" },
10561056
{ 0x28B8, 0x0000, 0x0000, "NVIDIA RTX 2000 Ada Generation Laptop GPU" },
1057+
{ 0x28B9, 0x0000, 0x0000, "NVIDIA RTX 1000 Ada Generation Laptop GPU" },
1058+
{ 0x28BA, 0x0000, 0x0000, "NVIDIA RTX 500 Ada Generation Laptop GPU" },
1059+
{ 0x28BB, 0x0000, 0x0000, "NVIDIA RTX 500 Ada Generation Laptop GPU" },
10571060
{ 0x28E0, 0x0000, 0x0000, "NVIDIA GeForce RTX 4060 Laptop GPU" },
10581061
{ 0x28E1, 0x0000, 0x0000, "NVIDIA GeForce RTX 4050 Laptop GPU" },
10591062
{ 0x28F8, 0x0000, 0x0000, "NVIDIA RTX 2000 Ada Generation Embedded GPU" },

version.mk

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

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

0 commit comments

Comments
 (0)