Searched refs:wqi_head (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_exec_queue_types.h42 /** @wqi_head: work queue item tail */
43 u32 wqi_head; member in struct:xe_guc_exec_queue
H A Dxe_guc_submit_types.h121 /** @guc.wqi_head: work queue item head */
122 u32 wqi_head; member in struct:xe_guc_submit_exec_queue_snapshot::__anon625
H A Dxe_guc_submit.c549 q->guc->wqi_head = 0;
585 CIRC_SPACE(q->guc->wqi_tail, q->guc->wqi_head, WQ_SIZE)
588 q->guc->wqi_head = parallel_read(xe, map, wq_desc.head);
1744 snapshot->guc.wqi_head = q->guc->wqi_head;
1768 snapshot->guc.wqi_head, snapshot->parallel.wq_desc.head);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_context_types.h287 /** @wqi_head: cached head pointer in work queue */
288 u16 wqi_head; member in struct:intel_context::__anon643::__anon645
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c504 CIRC_SPACE(ce->parallel.guc.wqi_tail, ce->parallel.guc.wqi_head, WQ_SIZE)
506 ce->parallel.guc.wqi_head = READ_ONCE(*ce->parallel.guc.wq_head);
2765 ce->parallel.guc.wqi_head = 0;
2838 ce->parallel.guc.wqi_head = 0;

Completed in 109 milliseconds