mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2025-07-23 07:03:03 +02:00
575.51.03
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# NVIDIA Linux Open GPU Kernel Module Source
|
||||
|
||||
This is the source release of the NVIDIA Linux open GPU kernel modules,
|
||||
version 575.51.02.
|
||||
version 575.51.03.
|
||||
|
||||
|
||||
## How to Build
|
||||
@@ -17,7 +17,7 @@ as root:
|
||||
|
||||
Note that the kernel modules built here must be used with GSP
|
||||
firmware and user-space NVIDIA GPU driver components from a corresponding
|
||||
575.51.02 driver release. This can be achieved by installing
|
||||
575.51.03 driver release. This can be achieved by installing
|
||||
the NVIDIA GPU driver from the .run file using the `--no-kernel-modules`
|
||||
option. E.g.,
|
||||
|
||||
@@ -185,7 +185,7 @@ table below).
|
||||
For details on feature support and limitations, see the NVIDIA GPU driver
|
||||
end user README here:
|
||||
|
||||
https://us.download.nvidia.com/XFree86/Linux-x86_64/575.51.02/README/kernel_open.html
|
||||
https://us.download.nvidia.com/XFree86/Linux-x86_64/575.51.03/README/kernel_open.html
|
||||
|
||||
For vGPU support, please refer to the README.vgpu packaged in the vGPU Host
|
||||
Package for more details.
|
||||
@@ -965,7 +965,6 @@ Subsystem Device ID.
|
||||
| NVIDIA GeForce RTX 5080 Laptop GPU | 2C19 |
|
||||
| NVIDIA GeForce RTX 5090 Laptop GPU | 2C58 |
|
||||
| NVIDIA GeForce RTX 5080 Laptop GPU | 2C59 |
|
||||
| NVIDIA GeForce RTX 5060 Ti | 2D04 |
|
||||
| NVIDIA GeForce RTX 5070 | 2F04 |
|
||||
| NVIDIA GeForce RTX 5070 Ti Laptop GPU | 2F18 |
|
||||
| NVIDIA GeForce RTX 5070 Ti Laptop GPU | 2F58 |
|
||||
|
@@ -86,7 +86,7 @@ EXTRA_CFLAGS += -I$(src)/common/inc
|
||||
EXTRA_CFLAGS += -I$(src)
|
||||
EXTRA_CFLAGS += -Wall $(DEFINES) $(INCLUDES) -Wno-cast-qual -Wno-format-extra-args
|
||||
EXTRA_CFLAGS += -D__KERNEL__ -DMODULE -DNVRM
|
||||
EXTRA_CFLAGS += -DNV_VERSION_STRING=\"575.51.02\"
|
||||
EXTRA_CFLAGS += -DNV_VERSION_STRING=\"575.51.03\"
|
||||
|
||||
ifneq ($(SYSSRCHOST1X),)
|
||||
EXTRA_CFLAGS += -I$(SYSSRCHOST1X)
|
||||
|
@@ -43,18 +43,18 @@
|
||||
#endif
|
||||
|
||||
#if defined(NV_LINUX) || defined(NV_BSD) || defined(NV_SUNOS)
|
||||
#define NV_BUILD_BRANCH_VERSION "rel/gpu_drv/r575/r575_92-147"
|
||||
#define NV_BUILD_CHANGELIST_NUM (35813551)
|
||||
#define NV_BUILD_BRANCH_VERSION "rel/gpu_drv/r575/r575_92-148"
|
||||
#define NV_BUILD_CHANGELIST_NUM (35843743)
|
||||
#define NV_BUILD_TYPE "Official"
|
||||
#define NV_BUILD_NAME "rel/gpu_drv/r575/r575_92-147"
|
||||
#define NV_LAST_OFFICIAL_CHANGELIST_NUM (35813551)
|
||||
#define NV_BUILD_NAME "rel/gpu_drv/r575/r575_92-148"
|
||||
#define NV_LAST_OFFICIAL_CHANGELIST_NUM (35843743)
|
||||
|
||||
#else /* Windows builds */
|
||||
#define NV_BUILD_BRANCH_VERSION "r575_92-4"
|
||||
#define NV_BUILD_CHANGELIST_NUM (35813551)
|
||||
#define NV_BUILD_BRANCH_VERSION "r575_92-7"
|
||||
#define NV_BUILD_CHANGELIST_NUM (35824637)
|
||||
#define NV_BUILD_TYPE "Official"
|
||||
#define NV_BUILD_NAME "575.98"
|
||||
#define NV_LAST_OFFICIAL_CHANGELIST_NUM (35813551)
|
||||
#define NV_BUILD_NAME "576.02"
|
||||
#define NV_LAST_OFFICIAL_CHANGELIST_NUM (35824637)
|
||||
#define NV_BUILD_BRANCH_BASE_VERSION R575
|
||||
#endif
|
||||
// End buildmeister python edited section
|
||||
|
@@ -4,7 +4,7 @@
|
||||
#if defined(NV_LINUX) || defined(NV_BSD) || defined(NV_SUNOS) || defined(NV_VMWARE) || defined(NV_QNX) || defined(NV_INTEGRITY) || \
|
||||
(defined(RMCFG_FEATURE_PLATFORM_GSP) && RMCFG_FEATURE_PLATFORM_GSP == 1)
|
||||
|
||||
#define NV_VERSION_STRING "575.51.02"
|
||||
#define NV_VERSION_STRING "575.51.03"
|
||||
|
||||
#else
|
||||
|
||||
|
@@ -161,6 +161,9 @@ struct PCIECONFIGSPACEBASE
|
||||
#define CL_AER_ERROR_SOURCE (CL_AER_BEGIN + 0x34)
|
||||
#define CL_AER_END (CL_AER_BEGIN + 0x34)
|
||||
|
||||
// Advanced Error Reporting Root Error Status ERR_COR Subclass Capable Mask
|
||||
#define CL_AER_ROOT_ERROR_STATUS_ERR_COR_SUBCLASS_MASK (NVBIT32(7) | NVBIT32(8))
|
||||
|
||||
// PCI Express Device Capabilities 2
|
||||
#define CL_PCIE_DEV_CAP_2_ATOMICS_SUPPORTED_BIT NVBIT(6)
|
||||
#define CL_PCIE_DEV_CAP_2_ATOMIC_32BIT NVBIT(7)
|
||||
|
@@ -5430,7 +5430,6 @@ static const CHIPS_RELEASED sChipsReleased[] = {
|
||||
{ 0x2C19, 0x0000, 0x0000, "NVIDIA GeForce RTX 5080 Laptop GPU" },
|
||||
{ 0x2C58, 0x0000, 0x0000, "NVIDIA GeForce RTX 5090 Laptop GPU" },
|
||||
{ 0x2C59, 0x0000, 0x0000, "NVIDIA GeForce RTX 5080 Laptop GPU" },
|
||||
{ 0x2D04, 0x0000, 0x0000, "NVIDIA GeForce RTX 5060 Ti" },
|
||||
{ 0x2F04, 0x0000, 0x0000, "NVIDIA GeForce RTX 5070" },
|
||||
{ 0x2F18, 0x0000, 0x0000, "NVIDIA GeForce RTX 5070 Ti Laptop GPU" },
|
||||
{ 0x2F58, 0x0000, 0x0000, "NVIDIA GeForce RTX 5070 Ti Laptop GPU" },
|
||||
|
@@ -118,6 +118,7 @@ vblcbDestruct_IMPL
|
||||
KernelDisplay *pKernelDisplay = GPU_GET_KERNEL_DISPLAY(pGpu);
|
||||
KernelHead *pKernelHead = KDISP_GET_HEAD(pKernelDisplay, pVblankCallback->LogicalHead);
|
||||
|
||||
pKernelDisplay->pRgVblankCb = NULL;
|
||||
osSetupVBlank(pGpu, NULL, NULL, NULL, pVblankCallback->LogicalHead, NULL);
|
||||
kheadDeleteVblankCallback(pGpu, pKernelHead, &pVblankCallback->CallBack);
|
||||
}
|
||||
|
@@ -448,8 +448,8 @@ krcCheckBusError_KERNEL
|
||||
&clDevCtrlStatus) == NV_OK &&
|
||||
clDevCtrlStatusFlags != 0)
|
||||
{
|
||||
NV_PRINTF(LEVEL_ERROR,
|
||||
"PCI-E corelogic status has pending errors (CL_PCIE_DEV_CTRL_STATUS = %08X):\n",
|
||||
NV_PRINTF(LEVEL_INFO,
|
||||
"PCI-E corelogic: Pending errors in DEV_CTRL_STATUS = %08X\n",
|
||||
clDevCtrlStatus);
|
||||
|
||||
clDevCtrlStatusFlags_Org = clDevCtrlStatusFlags;
|
||||
@@ -457,7 +457,7 @@ krcCheckBusError_KERNEL
|
||||
if (clDevCtrlStatusFlags &
|
||||
NV2080_CTRL_BUS_INFO_PCIE_LINK_ERRORS_CORR_ERROR)
|
||||
{
|
||||
NV_PRINTF(LEVEL_ERROR, " _CORR_ERROR_DETECTED\n");
|
||||
NV_PRINTF(LEVEL_INFO, "PCI-E corelogic: CORR_ERROR_DETECTED\n");
|
||||
// not much interested in this one
|
||||
clDevCtrlStatusFlags &=
|
||||
~NV2080_CTRL_BUS_INFO_PCIE_LINK_ERRORS_CORR_ERROR;
|
||||
@@ -465,26 +465,27 @@ krcCheckBusError_KERNEL
|
||||
if (clDevCtrlStatusFlags &
|
||||
NV2080_CTRL_BUS_INFO_PCIE_LINK_ERRORS_NON_FATAL_ERROR)
|
||||
{
|
||||
NV_PRINTF(LEVEL_ERROR, " _NON_FATAL_ERROR_DETECTED\n");
|
||||
NV_PRINTF(LEVEL_INFO, "PCI-E corelogic: NON_FATAL_ERROR_DETECTED\n");
|
||||
}
|
||||
if (clDevCtrlStatusFlags &
|
||||
NV2080_CTRL_BUS_INFO_PCIE_LINK_ERRORS_FATAL_ERROR)
|
||||
{
|
||||
NV_PRINTF(LEVEL_ERROR, " _FATAL_ERROR_DETECTED\n");
|
||||
NV_PRINTF(LEVEL_ERROR, "PCI-E corelogic: FATAL_ERROR_DETECTED\n");
|
||||
}
|
||||
if (clDevCtrlStatusFlags &
|
||||
NV2080_CTRL_BUS_INFO_PCIE_LINK_ERRORS_UNSUPP_REQUEST)
|
||||
{
|
||||
NV_PRINTF(LEVEL_ERROR, " _UNSUPP_REQUEST_DETECTED\n");
|
||||
NV_PRINTF(LEVEL_INFO, "PCI-E corelogic: UNSUPP_REQUEST_DETECTED\n");
|
||||
}
|
||||
}
|
||||
|
||||
// Corelogic AER
|
||||
if (pCl != NULL && clPcieReadAerCapability(pGpu, pCl, &clAer) == NV_OK &&
|
||||
(clAer.UncorrErrStatusReg != 0 || clAer.RooErrStatus != 0))
|
||||
(clAer.UncorrErrStatusReg != 0 ||
|
||||
(clAer.RooErrStatus & ~CL_AER_ROOT_ERROR_STATUS_ERR_COR_SUBCLASS_MASK) != 0))
|
||||
{
|
||||
NV_PRINTF(LEVEL_ERROR,
|
||||
"PCE-I Advanced Error Reporting Corelogic Info:\n");
|
||||
"PCI-E Advanced Error Reporting Corelogic Info:\n");
|
||||
NV_PRINTF(LEVEL_ERROR,
|
||||
" Uncorr Error Status Register : %08X\n",
|
||||
clAer.UncorrErrStatusReg);
|
||||
|
@@ -1,5 +1,5 @@
|
||||
NVIDIA_VERSION = 575.51.02
|
||||
NVIDIA_NVID_VERSION = 575.51.02
|
||||
NVIDIA_VERSION = 575.51.03
|
||||
NVIDIA_NVID_VERSION = 575.51.03
|
||||
NVIDIA_NVID_EXTRA =
|
||||
|
||||
# This file.
|
||||
|
Reference in New Issue
Block a user