mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-02-07 08:39:58 +00:00
580.65.06
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user