Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_lrc.h58 u32 xe_lrc_ring_tail(struct xe_lrc *lrc);
Dxe_lrc.c1073 u32 xe_lrc_ring_tail(struct xe_lrc *lrc) in xe_lrc_ring_tail() function
1659 snapshot->tail.memory = xe_lrc_ring_tail(lrc); in xe_lrc_snapshot_capture()
Dxe_guc_submit.c1688 (xe_lrc_ring_head(q->lrc[0]) != xe_lrc_ring_tail(q->lrc[0]))) { in guc_exec_queue_stop()