Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_sriov_vf_ccs.c313 xe_lrc_set_ring_tail(lrc, xe_lrc_ring_head(lrc)); in xe_sriov_vf_ccs_fini()
H A Dxe_lrc.c1648 u32 xe_lrc_ring_head(struct xe_lrc *lrc) in xe_lrc_ring_head() function
1658 const u32 head = xe_lrc_ring_head(lrc); in xe_lrc_ring_space()
2232 snapshot->head = xe_lrc_ring_head(lrc); in xe_lrc_snapshot_capture()
2416 return xe_lrc_ring_head(lrc) == xe_lrc_ring_tail(lrc); in xe_lrc_ring_is_idle()
H A Dxe_guc_submit.c2239 xe_lrc_ring_head(q->lrc[i])); in guc_exec_queue_start()