Lines Matching defs:chan
39 struct nouveau_channel *chan, struct ttm_resource *reg)
43 return chan->vram.handle;
47 nv04_bo_move_m2mf(struct nouveau_channel *chan, struct ttm_buffer_object *bo,
50 struct nvif_push *push = chan->chan.push;
51 u32 src_ctxdma = nouveau_bo_mem_ctxdma(bo, chan, old_reg);
53 u32 dst_ctxdma = nouveau_bo_mem_ctxdma(bo, chan, new_reg);
97 nv04_bo_move_init(struct nouveau_channel *chan, u32 handle)
99 struct nvif_push *push = chan->chan.push;
107 PUSH_MTHD(push, NV039, SET_CONTEXT_DMA_NOTIFIES, chan->drm->ntfy.handle);