Home
last modified time | relevance | path

Searched refs:ib_free (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_dma.c79 BUG_ON(chan->dma.ib_free < 1); in nv50_dma_push()
95 chan->dma.ib_free--; in nv50_dma_push()
103 while (chan->dma.ib_free < count) { in nv50_dma_push_wait()
116 chan->dma.ib_free = get - chan->dma.ib_put; in nv50_dma_push_wait()
117 if (chan->dma.ib_free <= 0) in nv50_dma_push_wait()
118 chan->dma.ib_free += chan->dma.ib_max; in nv50_dma_push_wait()
H A Dnouveau_chan.h48 int ib_free; member
H A Dnouveau_chan.c459 chan->dma.ib_free = chan->dma.ib_max - chan->dma.ib_put; in nouveau_channel_init()