mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-05-24 06:34:55 +00:00
580.76.05
This commit is contained in:
@@ -221,6 +221,7 @@ typedef struct GspSystemInfo
|
||||
NvU64 hostPageSize;
|
||||
NvBool bIsCmcBasedHws;
|
||||
NvBool bGspNocatEnabled;
|
||||
NvBool bS0ixSupport;
|
||||
} GspSystemInfo;
|
||||
|
||||
|
||||
|
||||
@@ -85,8 +85,16 @@ typedef struct
|
||||
* You can reorder or change below this point but update version.
|
||||
* Make sure to align it to 16B as ucode expect 16byte alignment to DMA efficiently.
|
||||
*/
|
||||
NvU32 videoPgPmuHandshake; // Handshake between PMU and Video Ucode for SW controlled IDLE signal.
|
||||
NvU64 rsvd2; // reserved field
|
||||
NvU32 videoPgPmuHandshake; // Handshake between PMU and Video Ucode for SW controlled IDLE signal.
|
||||
|
||||
#if (defined(NVRM) || defined(GB10X_OVERRIDE_TIMEOUT))
|
||||
NvU32 videngTimeoutMs; // SW WAR for bug 5203864, increasing timeouts on GB10x via regkey RmOverrideInternalTimeoutsMs.
|
||||
// Specify the timeout value in ms. If the value is 0, do not override the timeouts sent from KMD and/or UMD.
|
||||
NvU32 rsvd2; // reserved field
|
||||
#else
|
||||
NvU64 rsvd2; // reserved field
|
||||
#endif
|
||||
|
||||
} NV_VIDENG_BOOT_PARAMS, *PNV_VIDENG_BOOT_PARAMS;
|
||||
|
||||
#endif // RMIFVIDENG_H
|
||||
|
||||
Reference in New Issue
Block a user