Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_hw_engine_group.c30 list_for_each_entry(q, &group->exec_queue_list, hw_engine_group_link) { in hw_engine_group_resume_lr_jobs_func()
61 INIT_LIST_HEAD(&group->exec_queue_list); in hw_engine_group_alloc()
147 list_add(&q->hw_engine_group_link, &group->exec_queue_list); in xe_hw_engine_group_add_exec_queue()
202 list_for_each_entry(q, &group->exec_queue_list, hw_engine_group_link) { in xe_hw_engine_group_suspend_faulting_lr_jobs()
210 list_for_each_entry(q, &group->exec_queue_list, hw_engine_group_link) { in xe_hw_engine_group_suspend_faulting_lr_jobs()
247 list_for_each_entry(q, &group->exec_queue_list, hw_engine_group_link) { in xe_hw_engine_group_wait_for_dma_fence_jobs()
H A Dxe_hw_engine_group_types.h36 struct list_head exec_queue_list; member