We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d4359 commit 6be9daeCopy full SHA for 6be9dae
src/nvidia/arch/nvalloc/unix/src/osinit.c
@@ -1635,6 +1635,8 @@ NvBool RmInitPrivateState(
1635
// Only certain Tegra PCI iGPUs support Rail-Gating
1636
pNv->supports_tegra_igpu_rg = pNv->is_tegra_pci_igpu && pGpuArch->bGpuarchSupportsIgpuRg;
1637
1638
+ // XXX: objDelete(pGpuArch) as it's dynamically allocated, see src/nvidia/src/kernel/gpu_mgr/gpu_mgr.c:gpumgrGetGpuArch_IMPL()
1639
+
1640
kvgpumgrAttachGpu(pNv->gpu_id);
1641
1642
os_mem_set(nvp, 0, sizeof(*nvp));
0 commit comments