Searched refs:last_fence (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/gpu/drm/msm/ |
H A D | msm_fence.c | 64 fctx->last_fence = 0xffffff00; in msm_fence_context_alloc() 65 fctx->completed_fence = fctx->last_fence; in msm_fence_context_alloc() 66 *fctx->fenceptr = fctx->last_fence; in msm_fence_context_alloc() 201 fctx->context, ++fctx->last_fence); in msm_fence_init()
|
H A D | msm_fence.h | 34 uint32_t last_fence; member
|
H A D | msm_gpu.h | 325 if (fence_after(ring->fctx->last_fence, ring->memptrs->fence)) in msm_gpu_active() 509 uint32_t last_fence; member
|
H A D | msm_gpu.c | 520 } else if (fence_before(fence, ring->fctx->last_fence) && in hangcheck_handler() 530 gpu->name, ring->fctx->last_fence); in hangcheck_handler() 536 if (fence_after(ring->fctx->last_fence, ring->hangcheck_fence)) in hangcheck_handler()
|
H A D | msm_drv.c | 922 if (fence_after(fence_id, queue->last_fence)) { in wait_fence() 924 fence_id, queue->last_fence); in wait_fence()
|
H A D | msm_gem_submit.c | 992 queue->last_fence = submit->fence_id; in msm_ioctl_gem_submit()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_ct.h | 78 u16 last_fence; /* last fence used to send request */ member
|
H A D | intel_guc_ct.c | 400 return ++ct->requests.last_fence; in ct_get_next_fence() 1054 len, hxg[0], fence, ct->requests.last_fence); in ct_handle_response()
|
/openbmc/linux/drivers/gpu/drm/msm/adreno/ |
H A D | adreno_gpu.c | 575 if (fence_before(ring->fctx->last_fence, ring->memptrs->fence)) { in adreno_hw_init() 576 ring->memptrs->fence = ring->fctx->last_fence; in adreno_hw_init() 667 state->ring[i].seqno = gpu->rb[i]->fctx->last_fence; in adreno_gpu_state_get() 921 ring->fctx->last_fence); in adreno_dump_info()
|
H A D | a5xx_gpu.c | 1244 ring ? ring->id : -1, ring ? ring->fctx->last_fence : 0, in a5xx_fault_detect_irq()
|
H A D | a6xx_gpu.c | 1691 ring ? ring->id : -1, ring ? ring->fctx->last_fence : 0, in a6xx_fault_detect_irq()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.h | 185 u16 last_fence; member
|
H A D | i915_gpu_error.c | 698 err_printf(m, "GuC CTB fence: %d\n", error_uc->guc.last_fence); in err_print_uc() 1757 error_uc->guc.last_fence = uc->guc.ct.requests.last_fence; in gt_record_uc()
|