Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/msm/
Dmsm_fence.c14 msm_fence_context_alloc(struct drm_device *dev, volatile uint32_t *fenceptr, in msm_fence_context_alloc() argument
28 fctx->fenceptr = fenceptr; in msm_fence_context_alloc()
37 *fctx->fenceptr = fctx->last_fence; in msm_fence_context_alloc()
54 (int32_t)(*fctx->fenceptr - fence) >= 0; in msm_fence_completed()
Dmsm_fence.h52 volatile uint32_t *fenceptr; member
58 volatile uint32_t *fenceptr, const char *name);