Home
last modified time | relevance | path

Searched refs:vc4_fence (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/vc4/
Dvc4_fence.c38 struct vc4_fence *f = to_vc4_fence(fence); in vc4_fence_signaled()
DMakefile11 vc4_fence.o \
Dvc4_drv.h294 struct vc4_fence { struct
301 static inline struct vc4_fence * argument
304 return container_of(fence, struct vc4_fence, base); in to_vc4_fence()
Dvc4_gem.c672 struct vc4_fence *fence; in vc4_queue_submit()