Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_guc_ct_types.h146 struct workqueue_struct *g2h_wq; member
H A Dxe_guc_ct.h36 queue_work(ct->g2h_wq, &ct->g2h_worker); in xe_guc_ct_irq_handler()
H A Dxe_guc_ct.c189 destroy_workqueue(ct->g2h_wq); in guc_ct_fini()
217 ct->g2h_wq = alloc_ordered_workqueue("xe-g2h-wq", WQ_MEM_RECLAIM); in xe_guc_ct_init()
218 if (!ct->g2h_wq) in xe_guc_ct_init()
408 queue_delayed_work(ct->g2h_wq, &ct->safe_mode_worker, HZ / 10); in ct_restart_safe_mode_worker()