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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_nvc0_fence.c 39 int ret = RING_SPACE(chan, 6);
55 int ret = RING_SPACE(chan, 5);
nouveau_nv04_fbcon.c 42 ret = RING_SPACE(chan, 4);
62 ret = RING_SPACE(chan, 7);
96 ret = RING_SPACE(chan, 8);
123 ret = RING_SPACE(chan, iter_len + 1);
208 if (RING_SPACE(chan, 49 + (device->info.chipset >= 0x11 ? 4 : 0))) {
nouveau_nv50_fbcon.c 43 ret = RING_SPACE(chan, rect->rop == ROP_COPY ? 7 : 11);
78 ret = RING_SPACE(chan, 12);
112 ret = RING_SPACE(chan, 11);
138 ret = RING_SPACE(chan, push + 1);
195 ret = RING_SPACE(chan, 58);
nouveau_nvc0_fbcon.c 43 ret = RING_SPACE(chan, rect->rop == ROP_COPY ? 7 : 11);
78 ret = RING_SPACE(chan, 12);
112 ret = RING_SPACE(chan, 11);
138 ret = RING_SPACE(chan, push + 1);
195 ret = RING_SPACE(chan, 58);
nouveau_nv17_fence.c 56 ret = RING_SPACE(prev, 5);
66 if (!ret && !(ret = RING_SPACE(chan, 5))) {
nouveau_nv04_fence.c 48 int ret = RING_SPACE(chan, 2);
nouveau_nv10_fence.c 38 int ret = RING_SPACE(chan, 2);
nouveau_nv84_fence.c 42 int ret = RING_SPACE(chan, 8);
60 int ret = RING_SPACE(chan, 7);
nouveau_bo.c 830 int ret = RING_SPACE(chan, 2);
844 int ret = RING_SPACE(chan, 10);
863 int ret = RING_SPACE(chan, 2);
885 ret = RING_SPACE(chan, 11);
923 ret = RING_SPACE(chan, 12);
962 ret = RING_SPACE(chan, 11);
991 int ret = RING_SPACE(chan, 7);
1009 int ret = RING_SPACE(chan, 7);
1025 int ret = RING_SPACE(chan, 6);
1053 ret = RING_SPACE(chan, 18 + 6 * (src_tiled + dst_tiled))
    [all...]
nouveau_dma.h 89 RING_SPACE(struct nouveau_channel *chan, int size)
nouveau_chan.c 452 ret = RING_SPACE(chan, NOUVEAU_DMA_SKIPS);
467 ret = RING_SPACE(chan, 2);
nouveau_gem.c 813 ret = RING_SPACE(chan, req->nr_push * 2);
827 ret = RING_SPACE(chan, req->nr_push * (2 + NOUVEAU_DMA_SKIPS));
nouveau_dmem.c 432 ret = RING_SPACE(chan, 13);
nouveau_drm.c 392 ret = RING_SPACE(drm->channel, 2);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_crtc.c 1123 ret = RING_SPACE(chan, 2);
1206 ret = RING_SPACE(chan, 8);

Completed in 57 milliseconds