Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_drv.c817 bool debug_evictions; variable
818 module_param(debug_evictions, bool, 0644);
819 MODULE_PARM_DESC(debug_evictions, "enable eviction debug messages (false = default)");
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device.c1213 WARN(debug_evictions, "Evicting pid %d", p->lead_thread->pid); in kgd2kfd_quiesce_mm()
1282 WARN(debug_evictions, "Scheduling eviction of pid %d in %ld jiffies", in kgd2kfd_schedule_evict_and_restore_process()
H A Dkfd_process.c2276 WARN(debug_evictions, "Evicting all processes"); in kfd_suspend_all_processes()