HomeSort by: relevance | last modified time | path
    Searched refs:ib_free (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_chan.h 40 int ib_free; member in struct:nouveau_channel::__anon052d39320208
nouveau_dma.c 106 BUG_ON(chan->dma.ib_free < 1);
120 chan->dma.ib_free--;
128 while (chan->dma.ib_free < count) {
141 chan->dma.ib_free = get - chan->dma.ib_put;
142 if (chan->dma.ib_free <= 0)
143 chan->dma.ib_free += chan->dma.ib_max;
nouveau_chan.c 443 chan->dma.ib_free = chan->dma.ib_max - chan->dma.ib_put;
  /src/sys/external/bsd/drm/dist/shared-core/
radeon_cs.c 259 dev_priv->cs.ib_free(&parser, r);
844 dev_priv->cs.ib_free = r600_ib_free;
radeon_drv.h 278 void (*ib_free)(struct drm_radeon_cs_parser *parser, int error); member in struct:drm_radeon_cs_priv

Completed in 16 milliseconds