Searched refs:last_fence (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/msm/ |
A 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()
|
A D | msm_fence.h | 34 uint32_t last_fence; member
|
A D | msm_gpu.h | 314 if (fence_after(ring->fctx->last_fence, ring->memptrs->fence)) in msm_gpu_active() 498 uint32_t last_fence; member
|
A D | msm_gem_vma.c | 90 vma->fence[fctx->index] = fctx->last_fence; in msm_gem_unpin_vma_fenced()
|
A D | msm_gpu.c | 523 } else if (fence_before(fence, ring->fctx->last_fence) && in hangcheck_handler() 533 gpu->name, ring->fctx->last_fence); in hangcheck_handler() 539 if (fence_after(ring->fctx->last_fence, ring->hangcheck_fence)) in hangcheck_handler()
|
A D | msm_drv.c | 907 if (fence_after(fence_id, queue->last_fence)) { in wait_fence() 909 fence_id, queue->last_fence); in wait_fence()
|
A D | msm_gem_submit.c | 946 queue->last_fence = submit->fence_id; in msm_ioctl_gem_submit()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/uc/ |
A D | intel_guc_ct.h | 77 u16 last_fence; /* last fence used to send request */ member
|
A D | intel_guc_ct.c | 350 return ++ct->requests.last_fence; in ct_get_next_fence() 957 ct->requests.last_fence); in ct_handle_response()
|
/linux-6.3-rc2/drivers/gpu/drm/msm/adreno/ |
A D | adreno_gpu.c | 529 if (fence_before(ring->fctx->last_fence, ring->memptrs->fence)) { in adreno_hw_init() 530 ring->memptrs->fence = ring->fctx->last_fence; in adreno_hw_init() 621 state->ring[i].seqno = gpu->rb[i]->fctx->last_fence; in adreno_gpu_state_get() 877 ring->fctx->last_fence); in adreno_dump_info()
|
A D | a5xx_gpu.c | 1234 ring ? ring->id : -1, ring ? ring->fctx->last_fence : 0, in a5xx_fault_detect_irq()
|
A D | a6xx_gpu.c | 1498 ring ? ring->id : -1, ring ? ring->fctx->last_fence : 0, in a6xx_fault_detect_irq()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_gpu_error.h | 182 u16 last_fence; member
|
A D | i915_gpu_error.c | 695 err_printf(m, "GuC CTB fence: %d\n", error_uc->guc.last_fence); in err_print_uc() 1731 error_uc->guc.last_fence = uc->guc.ct.requests.last_fence; in gt_record_uc()
|
Completed in 43 milliseconds