Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_sync.c235 WARN(debug_evictions && fence_owner == AMDGPU_FENCE_OWNER_KFD, in amdgpu_sync_test_fence()
A Damdgpu_drv.c778 bool debug_evictions; variable
779 module_param(debug_evictions, bool, 0644);
780 MODULE_PARM_DESC(debug_evictions, "enable eviction debug messages (false = default)");
A Damdgpu.h219 extern bool debug_evictions;
223 static const bool __maybe_unused debug_evictions; /* = false */ variable
/linux/drivers/gpu/drm/amd/amdkfd/
A Dkfd_device.c1262 WARN(debug_evictions, "Evicting pid %d", p->lead_thread->pid); in kgd2kfd_quiesce_mm()
1330 WARN(debug_evictions, "Scheduling eviction of pid %d in %ld jiffies", in kgd2kfd_schedule_evict_and_restore_process()
A Dkfd_priv.h179 extern bool debug_evictions;
A Dkfd_process.c1883 WARN(debug_evictions, "Evicting all processes"); in kfd_suspend_all_processes()
A Dkfd_device_queue_manager.c2021 WARN(debug_evictions, "Evicting pid %d", p->lead_thread->pid); in kfd_process_vm_fault()

Completed in 40 milliseconds