Lines Matching defs:chan
42 struct nvif_push *push = unrcu_pointer(fence->channel)->chan.push;
53 struct nouveau_channel *prev, struct nouveau_channel *chan)
59 nv04_fence_read(struct nouveau_channel *chan)
62 WARN_ON(nvif_object_mthd(&chan->nvsw, NV04_NVSW_GET_REF,
68 nv04_fence_context_del(struct nouveau_channel *chan)
70 struct nv04_fence_chan *fctx = chan->fence;
72 chan->fence = NULL;
77 nv04_fence_context_new(struct nouveau_channel *chan)
81 nouveau_fence_context_new(chan, &fctx->base);
85 chan->fence = fctx;