Skip to content

Commit a91fc10

Browse files
committed
520.61.07
1 parent 90eb107 commit a91fc10

File tree

9 files changed

+30
-19
lines changed

9 files changed

+30
-19
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 520 Entries
44

5+
### [520.61.07] 2022-10-20
6+
57
### [520.61.05] 2022-10-10
68

79
#### Added

README.md

Lines changed: 8 additions & 4 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 520.61.05.
4+
version 520.61.07.
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.bin
1919
firmware and user-space NVIDIA GPU driver components from a corresponding
20-
520.61.05 driver release. This can be achieved by installing
20+
520.61.07 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

@@ -167,15 +167,15 @@ for the target kernel.
167167
## Compatible GPUs
168168

169169
The open-gpu-kernel-modules can be used on any Turing or later GPU
170-
(see the table below). However, in the 520.61.05 release,
170+
(see the table below). However, in the 520.61.07 release,
171171
GeForce and Workstation support is still considered alpha-quality.
172172

173173
To enable use of the open kernel modules on GeForce and Workstation GPUs,
174174
set the "NVreg_OpenRmEnableUnsupportedGpus" nvidia.ko kernel module
175175
parameter to 1. For more details, see the NVIDIA GPU driver end user
176176
README here:
177177

178-
https://us.download.nvidia.com/XFree86/Linux-x86_64/520.61.05/README/kernel_open.html
178+
https://us.download.nvidia.com/XFree86/Linux-x86_64/520.61.07/README/kernel_open.html
179179

180180
In the below table, if three IDs are listed, the first is the PCI Device
181181
ID, the second is the PCI Subsystem Vendor ID, and the third is the PCI
@@ -685,6 +685,7 @@ Subsystem Device ID.
685685
| NVIDIA GeForce RTX 3090 Ti | 2203 |
686686
| NVIDIA GeForce RTX 3090 | 2204 |
687687
| NVIDIA GeForce RTX 3080 | 2206 |
688+
| NVIDIA GeForce RTX 3070 Ti | 2207 |
688689
| NVIDIA GeForce RTX 3080 Ti | 2208 |
689690
| NVIDIA GeForce RTX 3080 | 220A |
690691
| NVIDIA CMP 90HX | 220D |
@@ -709,6 +710,7 @@ Subsystem Device ID.
709710
| NVIDIA A10 | 2236 10DE 1482 |
710711
| NVIDIA A10G | 2237 10DE 152F |
711712
| NVIDIA A10M | 2238 10DE 1677 |
713+
| NVIDIA H100 PCIe | 2331 10DE 1626 |
712714
| NVIDIA GeForce RTX 3060 Ti | 2414 |
713715
| NVIDIA GeForce RTX 3080 Ti Laptop GPU | 2420 |
714716
| NVIDIA RTX A5500 Laptop GPU | 2438 |
@@ -736,6 +738,7 @@ Subsystem Device ID.
736738
| NVIDIA RTX A3000 12GB Laptop GPU | 24B9 |
737739
| NVIDIA RTX A4500 Laptop GPU | 24BA |
738740
| NVIDIA RTX A3000 12GB Laptop GPU | 24BB |
741+
| NVIDIA GeForce RTX 3060 Ti | 24C9 |
739742
| NVIDIA GeForce RTX 3080 Laptop GPU | 24DC |
740743
| NVIDIA GeForce RTX 3070 Laptop GPU | 24DD |
741744
| NVIDIA GeForce RTX 3070 Ti Laptop GPU | 24E0 |
@@ -751,6 +754,7 @@ Subsystem Device ID.
751754
| NVIDIA RTX A2000 | 2531 103C 151D |
752755
| NVIDIA RTX A2000 | 2531 10DE 151D |
753756
| NVIDIA RTX A2000 | 2531 17AA 151D |
757+
| NVIDIA GeForce RTX 3060 | 2544 |
754758
| NVIDIA GeForce RTX 3060 Laptop GPU | 2560 |
755759
| NVIDIA GeForce RTX 3050 Ti Laptop GPU | 2563 |
756760
| NVIDIA RTX A2000 12GB | 2571 1028 1611 |

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 -MD $(DEFINES) $(INCLUDES) -Wno-cast-qual -Wno-error -Wno-format-extra-args
7474
EXTRA_CFLAGS += -D__KERNEL__ -DMODULE -DNVRM
75-
EXTRA_CFLAGS += -DNV_VERSION_STRING=\"520.61.05\"
75+
EXTRA_CFLAGS += -DNV_VERSION_STRING=\"520.61.07\"
7676

7777
EXTRA_CFLAGS += -Wno-unused-function
7878

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/r520/r521_82-338"
47-
#define NV_BUILD_CHANGELIST_NUM (31864828)
46+
#define NV_BUILD_BRANCH_VERSION "rel/gpu_drv/r520/r521_82-340"
47+
#define NV_BUILD_CHANGELIST_NUM (31943649)
4848
#define NV_BUILD_TYPE "Official"
49-
#define NV_BUILD_NAME "rel/gpu_drv/r520/r521_82-338"
50-
#define NV_LAST_OFFICIAL_CHANGELIST_NUM (31864828)
49+
#define NV_BUILD_NAME "rel/gpu_drv/r520/r521_82-340"
50+
#define NV_LAST_OFFICIAL_CHANGELIST_NUM (31943649)
5151

5252
#else /* Windows builds */
53-
#define NV_BUILD_BRANCH_VERSION "r521_82-4"
54-
#define NV_BUILD_CHANGELIST_NUM (31858738)
53+
#define NV_BUILD_BRANCH_VERSION "r521_82-7"
54+
#define NV_BUILD_CHANGELIST_NUM (31933671)
5555
#define NV_BUILD_TYPE "Official"
56-
#define NV_BUILD_NAME "522.06"
57-
#define NV_LAST_OFFICIAL_CHANGELIST_NUM (31858738)
56+
#define NV_BUILD_NAME "522.33"
57+
#define NV_LAST_OFFICIAL_CHANGELIST_NUM (31933671)
5858
#define NV_BUILD_BRANCH_BASE_VERSION R520
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 "520.61.05"
7+
#define NV_VERSION_STRING "520.61.07"
88

99
#else
1010

src/nvidia/generated/g_nv_name_released.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,7 @@ static const CHIPS_RELEASED sChipsReleased[] = {
849849
{ 0x2203, 0x0000, 0x0000, "NVIDIA GeForce RTX 3090 Ti" },
850850
{ 0x2204, 0x0000, 0x0000, "NVIDIA GeForce RTX 3090" },
851851
{ 0x2206, 0x0000, 0x0000, "NVIDIA GeForce RTX 3080" },
852+
{ 0x2207, 0x0000, 0x0000, "NVIDIA GeForce RTX 3070 Ti" },
852853
{ 0x2208, 0x0000, 0x0000, "NVIDIA GeForce RTX 3080 Ti" },
853854
{ 0x220A, 0x0000, 0x0000, "NVIDIA GeForce RTX 3080" },
854855
{ 0x220D, 0x0000, 0x0000, "NVIDIA CMP 90HX" },
@@ -873,6 +874,7 @@ static const CHIPS_RELEASED sChipsReleased[] = {
873874
{ 0x2236, 0x1482, 0x10de, "NVIDIA A10" },
874875
{ 0x2237, 0x152f, 0x10de, "NVIDIA A10G" },
875876
{ 0x2238, 0x1677, 0x10de, "NVIDIA A10M" },
877+
{ 0x2331, 0x1626, 0x10de, "NVIDIA H100 PCIe" },
876878
{ 0x2414, 0x0000, 0x0000, "NVIDIA GeForce RTX 3060 Ti" },
877879
{ 0x2420, 0x0000, 0x0000, "NVIDIA GeForce RTX 3080 Ti Laptop GPU" },
878880
{ 0x2438, 0x0000, 0x0000, "NVIDIA RTX A5500 Laptop GPU" },
@@ -900,6 +902,7 @@ static const CHIPS_RELEASED sChipsReleased[] = {
900902
{ 0x24B9, 0x0000, 0x0000, "NVIDIA RTX A3000 12GB Laptop GPU" },
901903
{ 0x24BA, 0x0000, 0x0000, "NVIDIA RTX A4500 Laptop GPU" },
902904
{ 0x24BB, 0x0000, 0x0000, "NVIDIA RTX A3000 12GB Laptop GPU" },
905+
{ 0x24C9, 0x0000, 0x0000, "NVIDIA GeForce RTX 3060 Ti" },
903906
{ 0x24DC, 0x0000, 0x0000, "NVIDIA GeForce RTX 3080 Laptop GPU" },
904907
{ 0x24DD, 0x0000, 0x0000, "NVIDIA GeForce RTX 3070 Laptop GPU" },
905908
{ 0x24E0, 0x0000, 0x0000, "NVIDIA GeForce RTX 3070 Ti Laptop GPU" },
@@ -915,6 +918,7 @@ static const CHIPS_RELEASED sChipsReleased[] = {
915918
{ 0x2531, 0x151d, 0x103c, "NVIDIA RTX A2000" },
916919
{ 0x2531, 0x151d, 0x10de, "NVIDIA RTX A2000" },
917920
{ 0x2531, 0x151d, 0x17aa, "NVIDIA RTX A2000" },
921+
{ 0x2544, 0x0000, 0x0000, "NVIDIA GeForce RTX 3060" },
918922
{ 0x2560, 0x0000, 0x0000, "NVIDIA GeForce RTX 3060 Laptop GPU" },
919923
{ 0x2563, 0x0000, 0x0000, "NVIDIA GeForce RTX 3050 Ti Laptop GPU" },
920924
{ 0x2571, 0x1611, 0x1028, "NVIDIA RTX A2000 12GB" },
@@ -944,6 +948,7 @@ static const CHIPS_RELEASED sChipsReleased[] = {
944948
{ 0x25E5, 0x0000, 0x0000, "NVIDIA GeForce RTX 3050 Laptop GPU" },
945949
{ 0x25F9, 0x0000, 0x0000, "NVIDIA RTX A1000 Embedded GPU" },
946950
{ 0x25FA, 0x0000, 0x0000, "NVIDIA RTX A2000 Embedded GPU" },
951+
{ 0x2684, 0x0000, 0x0000, "NVIDIA GeForce RTX 4090" },
947952
{ 0x13BD, 0x11cc, 0x10DE, "GRID M10-0B" },
948953
{ 0x13BD, 0x11cd, 0x10DE, "GRID M10-1B" },
949954
{ 0x13BD, 0x11ce, 0x10DE, "GRID M10-0Q" },

src/nvidia/src/kernel/gpu/fsp/arch/hopper/kern_fsp_gh100.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ _kfspCheckGspBootStatus
874874
// In Inst_in_sys mode GSP-FMC will write status to NV_PGSP_MAILBOX(0).
875875
if (kfspCheckGspSecureScratch_HAL(pGpu, pKernelFsp))
876876
{
877-
gpuSetTimeout(pGpu, GPU_TIMEOUT_DEFAULT, &timeout, 0);
877+
gpuSetTimeout(pGpu, GPU_TIMEOUT_DEFAULT, &timeout, GPU_TIMEOUT_FLAGS_OSTIMER | GPU_TIMEOUT_FLAGS_BYPASS_THREAD_STATE);
878878
while(FLD_TEST_DRF_NUM(_PGSP, _MAILBOX, _DATA, GSP_INST_IN_SYS_COMPLETION_STATUS_IN_PROGRESS , GPU_REG_RD32(pGpu, NV_PGSP_MAILBOX(0))))
879879
{
880880
status = gpuCheckTimeout(pGpu, &timeout);
@@ -896,7 +896,7 @@ _kfspCheckGspBootStatus
896896
}
897897

898898
// Ensure priv lockdown is released before polling interrupts
899-
gpuSetTimeout(pGpu, GPU_TIMEOUT_DEFAULT, &timeout, 0);
899+
gpuSetTimeout(pGpu, GPU_TIMEOUT_DEFAULT, &timeout, GPU_TIMEOUT_FLAGS_OSTIMER | GPU_TIMEOUT_FLAGS_BYPASS_THREAD_STATE);
900900
do
901901
{
902902
if (flcnIsRiscvLockdownReleased_HAL(pGpu, pFlcn))

src/nvidia/src/kernel/gpu/fsp/kern_fsp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ kfspPollForQueueEmpty_IMPL
249249
{
250250
RMTIMEOUT timeout;
251251

252-
gpuSetTimeout(pGpu, GPU_TIMEOUT_DEFAULT, &timeout, 0);
252+
gpuSetTimeout(pGpu, GPU_TIMEOUT_DEFAULT, &timeout, GPU_TIMEOUT_FLAGS_OSTIMER | GPU_TIMEOUT_FLAGS_BYPASS_THREAD_STATE);
253253

254254
while (!kfspIsQueueEmpty(pGpu, pKernelFsp))
255255
{
@@ -315,7 +315,7 @@ kfspPollForResponse_IMPL
315315
NV_STATUS status = NV_OK;
316316

317317
// Poll for message queue to wait for FSP's reply
318-
gpuSetTimeout(pGpu, GPU_TIMEOUT_DEFAULT, &timeout, 0);
318+
gpuSetTimeout(pGpu, GPU_TIMEOUT_DEFAULT, &timeout, GPU_TIMEOUT_FLAGS_OSTIMER | GPU_TIMEOUT_FLAGS_BYPASS_THREAD_STATE);
319319
while (kfspIsMsgQueueEmpty(pGpu, pKernelFsp))
320320
{
321321
if (gpuCheckTimeout(pGpu, &timeout) == NV_ERR_TIMEOUT)

version.mk

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

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

0 commit comments

Comments
 (0)