Home
last modified time | relevance | path

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

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