Home
last modified time | relevance | path

Searched refs:sync32 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_nv84_fence.c91 return fctx->base.sync32(chan, addr, fence->base.seqno); in nv84_fence_sync()
132 fctx->base.sync32 = nv84_fence_sync32; in nv84_fence_context_new()
H A Dnouveau_nvc0_fence.c75 fctx->base.sync32 = nvc0_fence_sync32; in nvc0_fence_context_new()
H A Dnouveau_fence.h43 int (*sync32)(struct nouveau_channel *, u64, u32); member