Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/
Dkfd_device_queue_manager.c64 static void kfd_process_hw_exception(struct work_struct *work);
1051 INIT_WORK(&dqm->hw_exception_work, kfd_process_hw_exception); in initialize_cpsch()
1759 static void kfd_process_hw_exception(struct work_struct *work) in kfd_process_hw_exception() function