Searched refs:ib_put (Results 1 – 4 of 4) sorted by relevance
76 int ip = (chan->dma.ib_put * 2) + chan->dma.ib_base; in nv50_dma_push()83 chan->dma.ib_put = (chan->dma.ib_put + 1) & chan->dma.ib_max; in nv50_dma_push()89 nvif_wr32(&chan->user, 0x8c, chan->dma.ib_put); in nv50_dma_push()113 chan->dma.ib_free = get - chan->dma.ib_put; in nv50_dma_push_wait()
45 int ib_put; member
465 chan->dma.ib_put = 0; in nouveau_channel_init()466 chan->dma.ib_free = chan->dma.ib_max - chan->dma.ib_put; in nouveau_channel_init()
238 u32 ib_put = nvkm_rd32(device, 0x003330); in nv04_fifo_dma_pusher() local244 ib_get, ib_put, state, nv_dma_state_err(state), in nv04_fifo_dma_pusher()253 if (ib_get != ib_put) in nv04_fifo_dma_pusher()254 nvkm_wr32(device, 0x003334, ib_put); in nv04_fifo_dma_pusher()
Completed in 9 milliseconds