Searched refs:debug_evictions (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_sync.c | 235 WARN(debug_evictions && fence_owner == AMDGPU_FENCE_OWNER_KFD, in amdgpu_sync_test_fence()
|
| D | amdgpu_drv.c | 773 bool debug_evictions; variable 774 module_param(debug_evictions, bool, 0644); 775 MODULE_PARM_DESC(debug_evictions, "enable eviction debug messages (false = default)");
|
| D | amdgpu.h | 218 extern bool debug_evictions; 222 static const bool __maybe_unused debug_evictions; /* = false */ variable
|
| /Linux-v5.15/drivers/gpu/drm/amd/amdkfd/ |
| D | kfd_device.c | 1151 WARN(debug_evictions, "Evicting pid %d", p->lead_thread->pid); in kgd2kfd_quiesce_mm() 1219 WARN(debug_evictions, "Scheduling eviction of pid %d in %ld jiffies", in kgd2kfd_schedule_evict_and_restore_process()
|
| D | kfd_priv.h | 179 extern bool debug_evictions;
|
| D | kfd_process.c | 1828 WARN(debug_evictions, "Evicting all processes"); in kfd_suspend_all_processes()
|
| D | kfd_device_queue_manager.c | 2015 WARN(debug_evictions, "Evicting pid %d", p->lead_thread->pid); in kfd_process_vm_fault()
|