Lines Matching defs:chan
37 struct nouveau_channel *prev, struct nouveau_channel *chan)
40 struct nv10_fence_priv *priv = chan->drm->fence;
41 struct nv10_fence_chan *fctx = chan->fence;
42 struct nvif_push *ppush = prev->chan.push;
43 struct nvif_push *npush = chan->chan.push;
77 nv17_fence_context_new(struct nouveau_channel *chan)
79 struct nv10_fence_priv *priv = chan->drm->fence;
86 fctx = chan->fence = kzalloc(sizeof(*fctx), GFP_KERNEL);
90 nouveau_fence_context_new(chan, &fctx->base);
95 ret = nvif_object_ctor(&chan->user, "fenceCtxDma", NvSema,
105 nv10_fence_context_del(chan);