Skip to content

Commit ea77b4f

Browse files
committed
580.126.16
1 parent 455d4b8 commit ea77b4f

File tree

8 files changed

+25
-16
lines changed

8 files changed

+25
-16
lines changed

README.md

Lines changed: 4 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 580.126.09.
4+
version 580.126.16.
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-
580.126.09 driver release. This can be achieved by installing
20+
580.126.16 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/580.126.09/README/kernel_open.html
188+
https://us.download.nvidia.com/XFree86/Linux-x86_64/580.126.16/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.
@@ -845,6 +845,7 @@ Subsystem Device ID.
845845
| NVIDIA RTX A400 | 25B2 1028 1879 |
846846
| NVIDIA RTX A400 | 25B2 103C 1879 |
847847
| NVIDIA RTX A400 | 25B2 103C 8D95 |
848+
| NVIDIA RTX A400 | 25B2 103C 8F5B |
848849
| NVIDIA RTX A400 | 25B2 10DE 1879 |
849850
| NVIDIA RTX A400 | 25B2 17AA 1879 |
850851
| NVIDIA A16 | 25B6 10DE 14A9 |

kernel-open/Kbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ccflags-y += -I$(src)/common/inc
7979
ccflags-y += -I$(src)
8080
ccflags-y += -Wall $(DEFINES) $(INCLUDES) -Wno-cast-qual -Wno-format-extra-args
8181
ccflags-y += -D__KERNEL__ -DMODULE -DNVRM
82-
ccflags-y += -DNV_VERSION_STRING=\"580.126.09\"
82+
ccflags-y += -DNV_VERSION_STRING=\"580.126.16\"
8383

8484
# Include and link Tegra out-of-tree modules.
8585
ifneq ($(wildcard /usr/src/nvidia/nvidia-oot),)

kernel-open/nvidia/nv-mmap.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,17 @@ nvidia_vma_access(
200200

201201
length = NV_MIN(length, (int)(PAGE_SIZE - pageOffset));
202202

203+
#if defined(NVCPU_AARCH64)
204+
if (write)
205+
memcpy_toio(kernel_mapping, buffer, length);
206+
else
207+
memcpy_fromio(buffer, kernel_mapping, length);
208+
#else
203209
if (write)
204210
memcpy(kernel_mapping, buffer, length);
205211
else
206212
memcpy(buffer, kernel_mapping, length);
213+
#endif // defined(NVCPU_AARCH64)
207214

208215
if (at == NULL && !bIsNuma)
209216
{

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/r580/r582_12-396"
47-
#define NV_BUILD_CHANGELIST_NUM (37137176)
46+
#define NV_BUILD_BRANCH_VERSION "rel/gpu_drv/r580/r582_12-403"
47+
#define NV_BUILD_CHANGELIST_NUM (37265831)
4848
#define NV_BUILD_TYPE "Official"
49-
#define NV_BUILD_NAME "rel/gpu_drv/r580/r582_12-396"
50-
#define NV_LAST_OFFICIAL_CHANGELIST_NUM (37137176)
49+
#define NV_BUILD_NAME "rel/gpu_drv/r580/r582_12-403"
50+
#define NV_LAST_OFFICIAL_CHANGELIST_NUM (37265831)
5151

5252
#else /* Windows builds */
53-
#define NV_BUILD_BRANCH_VERSION "r582_12-2"
54-
#define NV_BUILD_CHANGELIST_NUM (37075674)
53+
#define NV_BUILD_BRANCH_VERSION "r582_12-4"
54+
#define NV_BUILD_CHANGELIST_NUM (37198475)
5555
#define NV_BUILD_TYPE "Official"
56-
#define NV_BUILD_NAME "582.16"
57-
#define NV_LAST_OFFICIAL_CHANGELIST_NUM (37075674)
56+
#define NV_BUILD_NAME "582.28"
57+
#define NV_LAST_OFFICIAL_CHANGELIST_NUM (37198475)
5858
#define NV_BUILD_BRANCH_BASE_VERSION R580
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 "580.126.09"
7+
#define NV_VERSION_STRING "580.126.16"
88

99
#else
1010

src/common/inc/nvVer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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 "2025"
6+
#define NV_COPYRIGHT_YEAR "2026"
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) || \

src/nvidia/generated/g_nv_name_released.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5309,6 +5309,7 @@ static const CHIPS_RELEASED sChipsReleased[] = {
53095309
{ 0x25B2, 0x1879, 0x1028, "NVIDIA RTX A400" },
53105310
{ 0x25B2, 0x1879, 0x103c, "NVIDIA RTX A400" },
53115311
{ 0x25B2, 0x8d95, 0x103c, "NVIDIA RTX A400" },
5312+
{ 0x25B2, 0x8f5b, 0x103c, "NVIDIA RTX A400" },
53125313
{ 0x25B2, 0x1879, 0x10de, "NVIDIA RTX A400" },
53135314
{ 0x25B2, 0x1879, 0x17aa, "NVIDIA RTX A400" },
53145315
{ 0x25B6, 0x14a9, 0x10de, "NVIDIA A16" },

version.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
NVIDIA_VERSION = 580.126.09
2-
NVIDIA_NVID_VERSION = 580.126.09
1+
NVIDIA_VERSION = 580.126.16
2+
NVIDIA_NVID_VERSION = 580.126.16
33
NVIDIA_NVID_EXTRA =
44

55
# This file.

0 commit comments

Comments
 (0)