Home
last modified time | relevance | path

Searched refs:debug_evictions (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_sync.c268 WARN(debug_evictions && fence_owner == AMDGPU_FENCE_OWNER_KFD, in amdgpu_sync_resv()
Damdgpu_drv.c726 bool debug_evictions; variable
727 module_param(debug_evictions, bool, 0644);
728 MODULE_PARM_DESC(debug_evictions, "enable eviction debug messages (false = default)");
Damdgpu.h193 extern bool debug_evictions;
197 static const bool debug_evictions; /* = false */ variable
/Linux-v5.10/drivers/gpu/drm/amd/amdkfd/
Dkfd_device.c980 WARN(debug_evictions, "Evicting pid %d", p->lead_thread->pid); in kgd2kfd_quiesce_mm()
1048 WARN(debug_evictions, "Scheduling eviction of pid %d in %ld jiffies", in kgd2kfd_schedule_evict_and_restore_process()
Dkfd_priv.h173 extern bool debug_evictions;
Dkfd_process.c1656 WARN(debug_evictions, "Evicting all processes"); in kfd_suspend_all_processes()
Dkfd_device_queue_manager.c1975 WARN(debug_evictions, "Evicting pid %d", p->lead_thread->pid); in kfd_process_vm_fault()