Searched refs:ib_put (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/gpu/drm/nouveau/ |
D | nouveau_dma.c | 44 chan->dma.ib_put = 0; in nouveau_dma_pre_init() 45 chan->dma.ib_free = chan->dma.ib_max - chan->dma.ib_put; in nouveau_dma_pre_init() 171 int ip = (chan->dma.ib_put * 2) + chan->dma.ib_base; in nv50_dma_push() 177 chan->dma.ib_put = (chan->dma.ib_put + 1) & chan->dma.ib_max; in nv50_dma_push() 183 nvchan_wr32(chan, 0x8c, chan->dma.ib_put); in nv50_dma_push() 205 chan->dma.ib_free = get - chan->dma.ib_put; in nv50_dma_push_wait()
|
D | nv04_fifo.c | 467 u32 ib_put = nv_rd32(dev, 0x003330); in nv04_fifo_isr() local 474 dma_put, ib_get, ib_put, state, in nv04_fifo_isr() 484 if (ib_get != ib_put) { in nv04_fifo_isr() 485 nv_wr32(dev, 0x003334, ib_put); in nv04_fifo_isr()
|
D | nouveau_debugfs.c | 54 seq_printf(m, " ib put: 0x%08x\n", chan->dma.ib_put); in nouveau_debugfs_channel_info()
|
D | nouveau_drv.h | 280 int ib_put; member
|