Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/msm/
Dmsm_fence.c47 if (fence > fctx->last_fence) { in msm_wait_fence()
49 fctx->name, fence, fctx->last_fence); in msm_wait_fence()
135 fctx->context, ++fctx->last_fence); in msm_fence_alloc()
Dmsm_fence.h17 uint32_t last_fence; /* last assigned fence */ member