Lines Matching defs:chan
36 struct nouveau_channel *chan = drm->channel;
37 struct nvif_push *push = chan->chan.push;
56 struct nouveau_channel *chan = drm->channel;
57 struct nvif_push *push = chan->chan.push;
81 struct nouveau_channel *chan = drm->channel;
82 struct nvif_push *push = chan->chan.push;
137 struct nouveau_channel *chan = drm->channel;
139 struct nvif_push *push = chan->chan.push;
171 ret = nvif_object_ctor(&chan->user, "fbconCtxSurf2d", 0x0062,
177 ret = nvif_object_ctor(&chan->user, "fbconCtxClip", 0x0019, 0x0019,
182 ret = nvif_object_ctor(&chan->user, "fbconCtxRop", 0x0043, 0x0043,
187 ret = nvif_object_ctor(&chan->user, "fbconCtxPatt", 0x0044, 0x0044,
192 ret = nvif_object_ctor(&chan->user, "fbconGdiRectText", 0x004a, 0x004a,
197 ret = nvif_object_ctor(&chan->user, "fbconImageBlit", 0x005f,
209 PUSH_NVSQ(push, NV042, 0x0184, chan->vram.handle,
210 0x0188, chan->vram.handle);