Lines Matching defs:fence
40 nv04_fence_emit(struct nouveau_fence *fence)
42 struct nvif_push *push = unrcu_pointer(fence->channel)->chan.push;
45 PUSH_NVSQ(push, NV_SW, 0x0150, fence->base.seqno);
52 nv04_fence_sync(struct nouveau_fence *fence,
70 struct nv04_fence_chan *fctx = chan->fence;
72 chan->fence = NULL;
85 chan->fence = fctx;
94 struct nv04_fence_priv *priv = drm->fence;
95 drm->fence = NULL;
104 priv = drm->fence = kzalloc(sizeof(*priv), GFP_KERNEL);