Home
last modified time | relevance | path

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

/open-nvidia-gpu/src/nvidia/src/kernel/gpu/gsp/
H A Dkernel_gsp.c3176 const NvU8 MAX_GSP_BOOT_ATTEMPTS = 4; in kgspInitRm_IMPL() local
3202 } while ((status == NV_ERR_ECC_ERROR) && (pKernelGsp->bootAttempts < MAX_GSP_BOOT_ATTEMPTS)); in kgspInitRm_IMPL()