Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/amdkfd/
Dkfd_device_queue_manager.c68 static void kfd_process_hw_exception(struct work_struct *work);
1614 INIT_WORK(&dqm->hw_exception_work, kfd_process_hw_exception); in initialize_cpsch()
2640 static void kfd_process_hw_exception(struct work_struct *work) in kfd_process_hw_exception() function