Searched refs:nr_push (Results 1 – 2 of 2) sorted by relevance
779 if (unlikely(req->nr_push == 0)) in nouveau_gem_ioctl_pushbuf()782 if (unlikely(req->nr_push > NOUVEAU_GEM_MAX_PUSH)) { in nouveau_gem_ioctl_pushbuf()784 req->nr_push, NOUVEAU_GEM_MAX_PUSH); in nouveau_gem_ioctl_pushbuf()800 push = u_memcpya(req->push, req->nr_push, sizeof(*push)); in nouveau_gem_ioctl_pushbuf()811 for (i = 0; i < req->nr_push; i++) { in nouveau_gem_ioctl_pushbuf()850 ret = nouveau_dma_wait(chan, req->nr_push + 1, 16); in nouveau_gem_ioctl_pushbuf()856 for (i = 0; i < req->nr_push; i++) { in nouveau_gem_ioctl_pushbuf()867 ret = PUSH_WAIT(chan->chan.push, req->nr_push * 2); in nouveau_gem_ioctl_pushbuf()873 for (i = 0; i < req->nr_push; i++) { in nouveau_gem_ioctl_pushbuf()881 ret = PUSH_WAIT(chan->chan.push, req->nr_push * (2 + NOUVEAU_DMA_SKIPS)); in nouveau_gem_ioctl_pushbuf()[all …]
159 __u32 nr_push; member