Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_lrc.h123 s32 xe_lrc_seqno(struct xe_lrc *lrc);
H A Dxe_exec_queue.c1332 if (xe_lrc_seqno(q->lrc[i]) != in xe_exec_queue_is_idle()
1340 return xe_lrc_seqno(q->lrc[0]) == in xe_exec_queue_is_idle()
H A Dxe_lrc.c1800 s32 xe_lrc_seqno(struct xe_lrc *lrc) in xe_lrc_seqno() function
2285 snapshot->seqno = xe_lrc_seqno(lrc); in xe_lrc_snapshot_capture()