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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_dma.c 215 if (unlikely(get == -EINVAL) || get < NOUVEAU_DMA_SKIPS)
253 } while (get <= NOUVEAU_DMA_SKIPS);
254 WRITE_PUT(NOUVEAU_DMA_SKIPS);
260 chan->dma.put = NOUVEAU_DMA_SKIPS;
nouveau_dma.h 48 #define NOUVEAU_DMA_SKIPS (128 / 4)
nouveau_chan.c 452 ret = RING_SPACE(chan, NOUVEAU_DMA_SKIPS);
456 for (i = 0; i < NOUVEAU_DMA_SKIPS; i++)
nouveau_gem.c 827 ret = RING_SPACE(chan, req->nr_push * (2 + NOUVEAU_DMA_SKIPS));
860 for (j = 0; j < NOUVEAU_DMA_SKIPS; j++)

Completed in 15 milliseconds