Home
last modified time | relevance | path

Searched refs:TLB_INVALIDATION_SEQNO_MAX (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/xe/
A Dxe_gt_tlb_invalidation.c164 pending_seqno = TLB_INVALIDATION_SEQNO_MAX - 1; in xe_gt_tlb_invalidation_reset()
180 if (seqno - seqno_recv < -(TLB_INVALIDATION_SEQNO_MAX / 2)) in tlb_invalidation_seqno_past()
183 if (seqno - seqno_recv > (TLB_INVALIDATION_SEQNO_MAX / 2)) in tlb_invalidation_seqno_past()
239 TLB_INVALIDATION_SEQNO_MAX; in send_tlb_invalidation()
A Dxe_gt_types.h191 #define TLB_INVALIDATION_SEQNO_MAX 0x100000 macro

Completed in 9 milliseconds