Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnv84_fence.c102 return fctx->base.sync32(chan, addr, fence->base.seqno); in nv84_fence_sync()
143 fctx->base.sync32 = nv84_fence_sync32; in nv84_fence_context_new()
H A Dnvc0_fence.c84 fctx->base.sync32 = nvc0_fence_sync32; in nvc0_fence_context_new()
H A Dnouveau_fence.h41 int (*sync32)(struct nouveau_channel *, u64, u32); member