Skip to content

Commit 1795a8b

Browse files
committed
555.58.02
1 parent af77e08 commit 1795a8b

File tree

8 files changed

+33
-20
lines changed

8 files changed

+33
-20
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 555 Entries
44

5+
### [555.58.02] 2024-07-01
6+
57
### [555.58] 2024-06-27
68

79
### [555.52.04] 2024-06-05

README.md

Lines changed: 3 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 555.58.
4+
version 555.58.02.
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-
555.58 driver release. This can be achieved by installing
20+
555.58.02 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/555.58/README/kernel_open.html
191+
https://us.download.nvidia.com/XFree86/Linux-x86_64/555.58.02/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.

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=\"555.58\"
75+
EXTRA_CFLAGS += -DNV_VERSION_STRING=\"555.58.02\"
7676

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

src/common/inc/nvBldVer.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,25 +36,25 @@
3636
// and then checked back in. You cannot make changes to these sections without
3737
// corresponding changes to the buildmeister script
3838
#ifndef NV_BUILD_BRANCH
39-
#define NV_BUILD_BRANCH r555_00
39+
#define NV_BUILD_BRANCH r556_09
4040
#endif
4141
#ifndef NV_PUBLIC_BRANCH
42-
#define NV_PUBLIC_BRANCH r555_00
42+
#define NV_PUBLIC_BRANCH r556_09
4343
#endif
4444

4545
#if defined(NV_LINUX) || defined(NV_BSD) || defined(NV_SUNOS)
46-
#define NV_BUILD_BRANCH_VERSION "rel/gpu_drv/r555/r555_00-164"
47-
#define NV_BUILD_CHANGELIST_NUM (34441657)
46+
#define NV_BUILD_BRANCH_VERSION "rel/gpu_drv/r555/r556_09-165"
47+
#define NV_BUILD_CHANGELIST_NUM (34455816)
4848
#define NV_BUILD_TYPE "Official"
49-
#define NV_BUILD_NAME "rel/gpu_drv/r555/r555_00-164"
50-
#define NV_LAST_OFFICIAL_CHANGELIST_NUM (34441657)
49+
#define NV_BUILD_NAME "rel/gpu_drv/r555/r556_09-165"
50+
#define NV_LAST_OFFICIAL_CHANGELIST_NUM (34455816)
5151

5252
#else /* Windows builds */
53-
#define NV_BUILD_BRANCH_VERSION "r555_00-166"
54-
#define NV_BUILD_CHANGELIST_NUM (34441657)
53+
#define NV_BUILD_BRANCH_VERSION "r556_09-1"
54+
#define NV_BUILD_CHANGELIST_NUM (34444748)
5555
#define NV_BUILD_TYPE "Official"
56-
#define NV_BUILD_NAME "556.09"
57-
#define NV_LAST_OFFICIAL_CHANGELIST_NUM (34441657)
56+
#define NV_BUILD_NAME "556.10"
57+
#define NV_LAST_OFFICIAL_CHANGELIST_NUM (34444748)
5858
#define NV_BUILD_BRANCH_BASE_VERSION R555
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 "555.58"
7+
#define NV_VERSION_STRING "555.58.02"
88

99
#else
1010

src/common/sdk/nvidia/inc/ctrl/ctrl0073/ctrl0073system.h

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,9 @@ typedef struct NV0073_CTRL_SYSTEM_GET_SCANLINE_PARAMS {
216216
* This parameter specifies the head for which the vblank counter
217217
* should be retrieved. This value must be between zero and the
218218
* maximum number of heads supported by the subdevice.
219+
* lowLatencyHint
220+
* RM maintains several different vblank counts. When this parameter is
221+
* NV_TRUE, the command may return the low latency count.
219222
* verticalBlankCounter
220223
* This parameter returns the vblank counter value for the specified
221224
* head. If the display mode is not valid or vblank not active then
@@ -230,9 +233,10 @@ typedef struct NV0073_CTRL_SYSTEM_GET_SCANLINE_PARAMS {
230233
#define NV0073_CTRL_SYSTEM_GET_VBLANK_COUNTER_PARAMS_MESSAGE_ID (0x05U)
231234

232235
typedef struct NV0073_CTRL_SYSTEM_GET_VBLANK_COUNTER_PARAMS {
233-
NvU32 subDeviceInstance;
234-
NvU32 head;
235-
NvU32 verticalBlankCounter;
236+
NvU32 subDeviceInstance;
237+
NvU32 head;
238+
NvBool lowLatencyHint;
239+
NvU32 verticalBlankCounter;
236240
} NV0073_CTRL_SYSTEM_GET_VBLANK_COUNTER_PARAMS;
237241

238242
/*

src/nvidia/src/kernel/gpu/disp/disp_common_kern_ctrl_minimal.c

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,14 @@ dispcmnCtrlCmdSystemGetVblankCounter_IMPL
329329

330330
if (IS_GSP_CLIENT(pGpu))
331331
{
332-
pVBCounterParams->verticalBlankCounter = pKernelDisplay->pSharedData->kHeadVblankCount[pKernelHead->PublicId];
332+
if (pVBCounterParams->lowLatencyHint)
333+
{
334+
pVBCounterParams->verticalBlankCounter = kheadGetVblankLowLatencyCounter_HAL(pKernelHead);
335+
}
336+
else
337+
{
338+
pVBCounterParams->verticalBlankCounter = pKernelDisplay->pSharedData->kHeadVblankCount[pKernelHead->PublicId];
339+
}
333340
}
334341
else
335342
{

version.mk

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

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

0 commit comments

Comments
 (0)