Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_lrc.h100 u32 xe_lrc_ring_head(struct xe_lrc *lrc);
H A Dxe_sriov_vf_ccs.c317 xe_lrc_set_ring_tail(lrc, xe_lrc_ring_head(lrc)); in xe_sriov_vf_ccs_fini()
H A Dxe_lrc.c1696 u32 xe_lrc_ring_head(struct xe_lrc *lrc) in xe_lrc_ring_head() function
1706 const u32 head = xe_lrc_ring_head(lrc); in xe_lrc_ring_space()
2280 snapshot->head = xe_lrc_ring_head(lrc); in xe_lrc_snapshot_capture()
2483 return xe_lrc_ring_head(lrc) == xe_lrc_ring_tail(lrc); in xe_lrc_ring_is_idle()
H A Dxe_guc_submit.c2543 xe_lrc_ring_head(q->lrc[i])); in guc_exec_queue_start()