Lines Matching refs:nr_push
760 if (unlikely(req->nr_push == 0)) in nouveau_gem_ioctl_pushbuf()
763 if (unlikely(req->nr_push > NOUVEAU_GEM_MAX_PUSH)) { in nouveau_gem_ioctl_pushbuf()
765 req->nr_push, NOUVEAU_GEM_MAX_PUSH); in nouveau_gem_ioctl_pushbuf()
781 push = u_memcpya(req->push, req->nr_push, sizeof(*push)); in nouveau_gem_ioctl_pushbuf()
792 for (i = 0; i < req->nr_push; i++) { in nouveau_gem_ioctl_pushbuf()
831 ret = nouveau_dma_wait(chan, req->nr_push + 1, 16); in nouveau_gem_ioctl_pushbuf()
837 for (i = 0; i < req->nr_push; i++) { in nouveau_gem_ioctl_pushbuf()
846 ret = PUSH_WAIT(chan->chan.push, req->nr_push * 2); in nouveau_gem_ioctl_pushbuf()
852 for (i = 0; i < req->nr_push; i++) { in nouveau_gem_ioctl_pushbuf()
860 ret = PUSH_WAIT(chan->chan.push, req->nr_push * (2 + NOUVEAU_DMA_SKIPS)); in nouveau_gem_ioctl_pushbuf()
866 for (i = 0; i < req->nr_push; i++) { in nouveau_gem_ioctl_pushbuf()