Home
last modified time | relevance | path

Searched refs:maxGpc (Results 1 – 1 of 1) sorted by relevance

/open-nvidia-gpu/src/nvidia/src/kernel/gpu/mig_mgr/
H A Dkernel_mig_manager.c7933 NvU32 maxGpc; in kmigmgrGetComputeProfileFromGpcCount_IMPL() local
7942maxGpc = kgrmgrGetLegacyKGraphicsStaticInfo(pGpu, pKernelGraphicsManager)->pGrInfo->infoList[NV208… in kmigmgrGetComputeProfileFromGpcCount_IMPL()
7944 maxGpc /= 2; in kmigmgrGetComputeProfileFromGpcCount_IMPL()
7946 if ((gpcCount <= (maxGpc / 8)) && ((maxMIG / 8) > 0)) in kmigmgrGetComputeProfileFromGpcCount_IMPL()
7948 else if ((gpcCount <= (maxGpc / 4)) && ((maxMIG / 4) > 0)) in kmigmgrGetComputeProfileFromGpcCount_IMPL()
7950 else if ((gpcCount <= ((maxGpc / 2) - 1)) && (((maxMIG / 2) - 1) > 0)) in kmigmgrGetComputeProfileFromGpcCount_IMPL()
7952 else if ((gpcCount <= (maxGpc / 2)) && ((maxMIG / 2) > 0)) in kmigmgrGetComputeProfileFromGpcCount_IMPL()