Searched refs:last_fence (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/msm/ |
D | msm_fence.c | 35 fctx->last_fence = 0xffffff00; in msm_fence_context_alloc() 36 fctx->completed_fence = fctx->last_fence; in msm_fence_context_alloc() 37 *fctx->fenceptr = fctx->last_fence; in msm_fence_context_alloc() 113 fctx->context, ++fctx->last_fence); in msm_fence_alloc()
|
D | msm_fence.h | 34 uint32_t last_fence; member
|
D | msm_gpu.h | 305 if (fence_after(ring->fctx->last_fence, ring->memptrs->fence)) in msm_gpu_active() 489 uint32_t last_fence; member
|
D | msm_gem_vma.c | 90 vma->fence[fctx->index] = fctx->last_fence; in msm_gem_unpin_vma_fenced()
|
D | msm_gpu.c | 507 } else if (fence_before(fence, ring->fctx->last_fence)) { in hangcheck_handler() 515 gpu->name, ring->fctx->last_fence); in hangcheck_handler() 521 if (fence_after(ring->fctx->last_fence, ring->hangcheck_fence)) in hangcheck_handler()
|
D | msm_drv.c | 894 if (fence_after(fence_id, queue->last_fence)) { in wait_fence() 896 fence_id, queue->last_fence); in wait_fence()
|
D | msm_gem_submit.c | 933 queue->last_fence = submit->fence_id; in msm_ioctl_gem_submit()
|
/linux-6.1.9/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_ct.h | 77 u16 last_fence; /* last fence used to send request */ member
|
D | intel_guc_ct.c | 365 return ++ct->requests.last_fence; in ct_get_next_fence() 972 ct->requests.last_fence); in ct_handle_response()
|
/linux-6.1.9/drivers/gpu/drm/msm/adreno/ |
D | adreno_gpu.c | 528 if (fence_before(ring->fctx->last_fence, ring->memptrs->fence)) { in adreno_hw_init() 529 ring->memptrs->fence = ring->fctx->last_fence; in adreno_hw_init() 620 state->ring[i].seqno = gpu->rb[i]->fctx->last_fence; in adreno_gpu_state_get() 876 ring->fctx->last_fence); in adreno_dump_info()
|
D | a5xx_gpu.c | 1238 ring ? ring->id : -1, ring ? ring->fctx->last_fence : 0, in a5xx_fault_detect_irq()
|
D | a6xx_gpu.c | 1505 ring ? ring->id : -1, ring ? ring->fctx->last_fence : 0, in a6xx_fault_detect_irq()
|
/linux-6.1.9/drivers/gpu/drm/i915/ |
D | i915_gpu_error.h | 182 u16 last_fence; member
|
D | i915_gpu_error.c | 694 err_printf(m, "GuC CTB fence: %d\n", error_uc->guc.last_fence); in err_print_uc() 1725 error_uc->guc.last_fence = uc->guc.ct.requests.last_fence; in gt_record_uc()
|