Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_sync.c219 WARN(debug_evictions && fence_owner == AMDGPU_FENCE_OWNER_KFD, in amdgpu_sync_test_fence()
H A Damdgpu.h233 extern bool debug_evictions;
239 static const bool __maybe_unused debug_evictions; /* = false */ variable
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device.c1124 WARN(debug_evictions, "Evicting pid %d", p->lead_thread->pid); in kgd2kfd_quiesce_mm()
1192 WARN(debug_evictions, "Scheduling eviction of pid %d in %ld jiffies", in kgd2kfd_schedule_evict_and_restore_process()
H A Dkfd_priv.h196 extern bool debug_evictions;
H A Dkfd_process.c2055 WARN(debug_evictions, "Evicting all processes"); in kfd_suspend_all_processes()