Lines Matching defs:chan
35 struct nvif_push *push = fence->channel->chan.push;
47 struct nouveau_channel *prev, struct nouveau_channel *chan)
53 nv10_fence_read(struct nouveau_channel *chan)
55 return NVIF_RD32(&chan->user, NV06E, REFERENCE);
59 nv10_fence_context_del(struct nouveau_channel *chan)
61 struct nv10_fence_chan *fctx = chan->fence;
64 chan->fence = NULL;
69 nv10_fence_context_new(struct nouveau_channel *chan)
73 fctx = chan->fence = kzalloc(sizeof(*fctx), GFP_KERNEL);
77 nouveau_fence_context_new(chan, &fctx->base);