580.65.06

This commit is contained in:
Maneet Singh
2025-08-04 11:15:02 -07:00
parent d890313300
commit 307159f262
1315 changed files with 477791 additions and 279973 deletions

View File

@@ -331,6 +331,18 @@ NV_STATUS NV_API_CALL os_registry_init(void)
"RmMsg", NVreg_RmMsg, strlen(NVreg_RmMsg));
}
//
// CoherentGPUMemoryMode=driver just implies the older
// EnableUserNUMAManagement=0 option
//
if (NVreg_CoherentGPUMemoryMode != NULL)
{
if (strcmp(NVreg_CoherentGPUMemoryMode, "driver") == 0)
{
NVreg_EnableUserNUMAManagement = 0;
}
}
rm_parse_option_string(sp, NVreg_RegistryDwords);
for (i = 0; (entry = &nv_parms[i])->name != NULL; i++)