Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_lrc.h60 u32 xe_lrc_ring_head(struct xe_lrc *lrc);
Dxe_lrc.c1089 u32 xe_lrc_ring_head(struct xe_lrc *lrc) in xe_lrc_ring_head() function
1099 const u32 head = xe_lrc_ring_head(lrc); in xe_lrc_ring_space()
1657 snapshot->head = xe_lrc_ring_head(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()