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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_gem.c 727 if (unlikely(req->nr_push == 0))
730 if (unlikely(req->nr_push > NOUVEAU_GEM_MAX_PUSH)) {
732 req->nr_push, NOUVEAU_GEM_MAX_PUSH);
748 push = u_memcpya(req->push, req->nr_push, sizeof(*push));
759 for (i = 0; i < req->nr_push; i++) {
798 ret = nouveau_dma_wait(chan, req->nr_push + 1, 16);
804 for (i = 0; i < req->nr_push; i++) {
813 ret = RING_SPACE(chan, req->nr_push * 2);
819 for (i = 0; i < req->nr_push; i++) {
827 ret = RING_SPACE(chan, req->nr_push * (2 + NOUVEAU_DMA_SKIPS))
    [all...]
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
nouveau_drm.h 110 __u32 nr_push; member in struct:drm_nouveau_gem_pushbuf

Completed in 12 milliseconds