Searched refs:next_seqno (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_hw_fence_types.h | 50 /** @next_seqno: next seqno for hardware fence */ 51 u32 next_seqno; member
|
H A D | xe_hw_fence.c | 135 ctx->next_seqno = XE_FENCE_INITIAL_SEQNO; in xe_hw_fence_ctx_init() 265 ctx->dma_fence_ctx, ctx->next_seqno++); in xe_hw_fence_init()
|
H A D | xe_exec_queue.c | 758 return q->lrc[0]->fence_ctx.next_seqno - xe_lrc_seqno(q->lrc[0]) - 1; in xe_exec_queue_num_job_inflight() 796 q->lrc[i]->fence_ctx.next_seqno - 1) in xe_exec_queue_is_idle() 804 q->lrc[0]->fence_ctx.next_seqno - 1; in xe_exec_queue_is_idle()
|
H A D | xe_lrc.c | 1310 xe_map_write32(lrc_to_xe(lrc), &map, lrc->fence_ctx.next_seqno - 1); in xe_lrc_init() 1313 xe_map_write32(lrc_to_xe(lrc), &map, lrc->fence_ctx.next_seqno - 1); in xe_lrc_init()
|
/linux/drivers/gpu/drm/scheduler/tests/ |
H A D | mock_scheduler.c | 174 atomic_inc_return(&sched->hw_timeline.next_seqno)); in mock_sched_run_job() 310 atomic_set(&sched->hw_timeline.next_seqno, 0); in drm_mock_sched_new()
|
H A D | sched_tests.h | 38 * @hw_timeline: Simulated hardware timeline has a @context, @next_seqno and 55 atomic_t next_seqno; member
|
/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc.h | 91 /** @next_seqno: the next id (sequence number) to allocate. */ 92 u32 next_seqno; member
|
H A D | intel_guc_submission.c | 2121 xa_limit_32b, &guc->next_seqno, GFP_KERNEL); in init_tlb_lookup() 4992 xa_limit_32b, &guc->next_seqno, in guc_send_invalidate_tlb()
|