Searched refs:debug_evictions (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_sync.c | 219 WARN(debug_evictions && fence_owner == AMDGPU_FENCE_OWNER_KFD, in amdgpu_sync_test_fence()
|
| A D | amdgpu_drv.c | 830 bool debug_evictions; variable 831 module_param(debug_evictions, bool, 0644); 832 MODULE_PARM_DESC(debug_evictions, "enable eviction debug messages (false = default)");
|
| A D | amdgpu.h | 237 extern bool debug_evictions; 243 static const bool __maybe_unused debug_evictions; /* = false */ variable
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| A D | kfd_device.c | 1120 WARN(debug_evictions, "Evicting pid %d", p->lead_thread->pid); in kgd2kfd_quiesce_mm() 1188 WARN(debug_evictions, "Scheduling eviction of pid %d in %ld jiffies", in kgd2kfd_schedule_evict_and_restore_process()
|
| A D | kfd_priv.h | 196 extern bool debug_evictions;
|
| A D | kfd_process.c | 2071 WARN(debug_evictions, "Evicting all processes"); in kfd_suspend_all_processes()
|
| A D | kfd_device_queue_manager.c | 3032 WARN(debug_evictions, "Evicting pid %d", p->lead_thread->pid); in kfd_dqm_evict_pasid()
|
Completed in 31 milliseconds