Home
last modified time | relevance | path

Searched refs:no_system_mem_limit (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu.h195 extern bool no_system_mem_limit;
199 static const bool no_system_mem_limit; variable
H A Damdgpu_drv.c731 * DOC: no_system_mem_limit(bool)
734 bool no_system_mem_limit; variable
735 module_param(no_system_mem_limit, bool, 0644);
736 MODULE_PARM_DESC(no_system_mem_limit, "disable system memory limit (false = default)");
H A Damdgpu_amdkfd_gpuvm.c147 pr_debug("Set no_system_mem_limit=1 if using shared memory\n"); in amdgpu_amdkfd_reserve_mem_limit()
150 kfd_mem_limit.max_system_mem_limit && !no_system_mem_limit) || in amdgpu_amdkfd_reserve_mem_limit()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu.h219 extern bool no_system_mem_limit;
224 static const bool __maybe_unused no_system_mem_limit; variable
H A Damdgpu_drv.c793 * DOC: no_system_mem_limit(bool)
796 bool no_system_mem_limit; variable
797 module_param(no_system_mem_limit, bool, 0644);
798 MODULE_PARM_DESC(no_system_mem_limit, "disable system memory limit (false = default)");
H A Damdgpu_amdkfd_gpuvm.c209 pr_debug("Set no_system_mem_limit=1 if using shared memory\n"); in amdgpu_amdkfd_reserve_mem_limit()
212 kfd_mem_limit.max_system_mem_limit && !no_system_mem_limit) || in amdgpu_amdkfd_reserve_mem_limit()
1608 system_mem_available = no_system_mem_limit ? in amdgpu_amdkfd_get_available_memory()

Completed in 17 milliseconds