Searched refs:nr_push (Results 1 – 2 of 2) sorted by relevance
699 if (unlikely(req->nr_push == 0)) in nouveau_gem_ioctl_pushbuf()702 if (unlikely(req->nr_push > NOUVEAU_GEM_MAX_PUSH)) { in nouveau_gem_ioctl_pushbuf()704 req->nr_push, NOUVEAU_GEM_MAX_PUSH); in nouveau_gem_ioctl_pushbuf()720 push = u_memcpya(req->push, req->nr_push, sizeof(*push)); in nouveau_gem_ioctl_pushbuf()731 for (i = 0; i < req->nr_push; i++) { in nouveau_gem_ioctl_pushbuf()758 ret = nouveau_dma_wait(chan, req->nr_push + 1, 16); in nouveau_gem_ioctl_pushbuf()764 for (i = 0; i < req->nr_push; i++) { in nouveau_gem_ioctl_pushbuf()773 ret = RING_SPACE(chan, req->nr_push * 2); in nouveau_gem_ioctl_pushbuf()779 for (i = 0; i < req->nr_push; i++) { in nouveau_gem_ioctl_pushbuf()787 ret = RING_SPACE(chan, req->nr_push * (2 + NOUVEAU_DMA_SKIPS)); in nouveau_gem_ioctl_pushbuf()[all …]
110 uint32_t nr_push; member