525.78.01

This commit is contained in:
Andy Ritger
2023-01-05 10:40:27 -08:00
parent 9594cc0169
commit dac2350c7f
180 changed files with 9465 additions and 4853 deletions

View File

@@ -268,6 +268,7 @@ struct channel_iterator
NvU32 numRunlists;
NvU32 physicalChannelID;
NvU32 runlistId;
EMEMBLOCK *pFifoDataBlock;
CHANNEL_NODE channelNode;
};
@@ -455,6 +456,7 @@ struct KernelFifo {
FifoSchedulingHandlerEntryList preSchedulingDisableHandlerList;
NvBool bUseChidHeap;
NvBool bUsePerRunlistChram;
NvBool bDisableChidIsolation;
NvBool bIsPerRunlistChramSupportedInHw;
NvBool bHostEngineExpansion;
NvBool bHostHasLbOverflow;