Searched refs:no_system_mem_limit (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu.h232 extern bool no_system_mem_limit;
237 static const bool __maybe_unused no_system_mem_limit;
229 static const bool __maybe_unused no_system_mem_limit; variable
H A Damdgpu_amdkfd_gpuvm.c216 pr_debug("Set no_system_mem_limit=1 if using shared memory\n");
219 kfd_mem_limit.max_system_mem_limit && !no_system_mem_limit) ||
1660 system_mem_available = no_system_mem_limit ?
H A Damdgpu_drv.c803 * DOC: no_system_mem_limit(bool)
806 bool no_system_mem_limit; variable
807 module_param(no_system_mem_limit, bool, 0644);
808 MODULE_PARM_DESC(no_system_mem_limit, "disable system memory limit (false = default)");

Completed in 214 milliseconds