Lines Matching refs:chid
108 nv04_fifo_swmthd(struct nvkm_device *device, u32 chid, u32 addr, u32 data) in nv04_fifo_swmthd() argument
125 handled = nvkm_sw_mthd(sw, chid, subc, mthd, data); in nv04_fifo_swmthd()
135 nv04_fifo_cache_error(struct nv04_fifo *fifo, u32 chid, u32 get) in nv04_fifo_cache_error() argument
161 !nv04_fifo_swmthd(device, chid, mthd, data)) { in nv04_fifo_cache_error()
162 chan = nvkm_fifo_chan_chid(&fifo->base, chid, &flags); in nv04_fifo_cache_error()
165 chid, chan ? chan->object.client->name : "unknown", in nv04_fifo_cache_error()
186 nv04_fifo_dma_pusher(struct nv04_fifo *fifo, u32 chid) in nv04_fifo_dma_pusher() argument
198 chan = nvkm_fifo_chan_chid(&fifo->base, chid, &flags); in nv04_fifo_dma_pusher()
209 chid, name, ho_get, dma_get, ho_put, dma_put, in nv04_fifo_dma_pusher()
224 chid, name, dma_get, dma_put, state, in nv04_fifo_dma_pusher()
245 u32 reassign, chid, get, sem; in nv04_fifo_intr() local
250 chid = nvkm_rd32(device, NV03_PFIFO_CACHE1_PUSH1) & (fifo->base.nr - 1); in nv04_fifo_intr()
254 nv04_fifo_cache_error(fifo, chid, get); in nv04_fifo_intr()
259 nv04_fifo_dma_pusher(fifo, chid); in nv04_fifo_intr()