Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c69 static void kfd_process_hw_exception(struct work_struct *work);
1710 INIT_WORK(&dqm->hw_exception_work, kfd_process_hw_exception); in initialize_cpsch()
3046 static void kfd_process_hw_exception(struct work_struct *work) in kfd_process_hw_exception() function