Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnvc0_fence.c70 fctx->base.sync32 = nvc0_fence_sync32; in nvc0_fence_context_new()
Dnv84_fence.c84 return fctx->base.sync32(chan, addr, fence->base.seqno); in nv84_fence_sync()
126 fctx->base.sync32 = nv84_fence_sync32; in nv84_fence_context_new()
Dnouveau_fence.h41 int (*sync32)(struct nouveau_channel *, u64, u32); member