Searched refs:nr_push (Results 1 – 7 of 7) sorted by relevance
705 if (unlikely(req->nr_push == 0)) in nouveau_gem_ioctl_pushbuf()708 if (unlikely(req->nr_push > NOUVEAU_GEM_MAX_PUSH)) { in nouveau_gem_ioctl_pushbuf()710 req->nr_push, NOUVEAU_GEM_MAX_PUSH); in nouveau_gem_ioctl_pushbuf()726 push = u_memcpya(req->push, req->nr_push, sizeof(*push)); in nouveau_gem_ioctl_pushbuf()737 for (i = 0; i < req->nr_push; i++) { in nouveau_gem_ioctl_pushbuf()776 ret = nouveau_dma_wait(chan, req->nr_push + 1, 16); in nouveau_gem_ioctl_pushbuf()782 for (i = 0; i < req->nr_push; i++) { in nouveau_gem_ioctl_pushbuf()791 ret = PUSH_WAIT(chan->chan.push, req->nr_push * 2); in nouveau_gem_ioctl_pushbuf()797 for (i = 0; i < req->nr_push; i++) { in nouveau_gem_ioctl_pushbuf()805 ret = PUSH_WAIT(chan->chan.push, req->nr_push * (2 + NOUVEAU_DMA_SKIPS)); in nouveau_gem_ioctl_pushbuf()[all …]
108 __u32 nr_push; member
173 __u32 nr_push; member