535.43.02

This commit is contained in:
Andy Ritger
2023-05-30 10:11:36 -07:00
parent 6dd092ddb7
commit eb5c7665a1
1403 changed files with 295367 additions and 86235 deletions

View File

@@ -57,11 +57,11 @@ extern "C" {
* For every successful iteration, pGpuItr will point to the GPU being looped over.
* After all the iterations are complete, pGpuItr will be NULL.
*/
#define GPUBOOSTMGR_ITR_START(pBoostMgr, grpId, pGpuItr) \
{ \
NvU32 itrIdx = 0; \
NV_ASSERT(NULL != (pBoostMgr)); \
while (NULL != ((pGpuItr) = gpuboostmgrGpuItr((pBoostMgr), (grpId), &(itrIdx)))) \
#define GPUBOOSTMGR_ITR_START(pBoostMgr, grpId, pGpuItr) \
{ \
NvU32 itrIdx = 0; \
NV_ASSERT(NULL != (pBoostMgr)); \
while (NULL != ((pGpuItr) = gpuboostmgrGpuItr((pBoostMgr), (grpId), &(itrIdx)))) \
{
#define GPUBOOSTMGR_ITR_END \