Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_execlist_types.h45 struct work_struct destroy_async; member
H A Dxe_guc_submit.c1474 container_of(w, struct xe_guc_exec_queue, destroy_async); in __guc_exec_queue_destroy_async()
1496 INIT_WORK(&q->guc->destroy_async, __guc_exec_queue_destroy_async); in guc_exec_queue_destroy_async()
1500 __guc_exec_queue_destroy_async(&q->guc->destroy_async); in guc_exec_queue_destroy_async()
1502 queue_work(xe->destroy_wq, &q->guc->destroy_async); in guc_exec_queue_destroy_async()