Home
last modified time | relevance | path

Searched refs:nr_push (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_gem.c786 if (unlikely(req->nr_push == 0)) in nouveau_gem_ioctl_pushbuf()
789 if (unlikely(req->nr_push > NOUVEAU_GEM_MAX_PUSH)) { in nouveau_gem_ioctl_pushbuf()
791 req->nr_push, NOUVEAU_GEM_MAX_PUSH); in nouveau_gem_ioctl_pushbuf()
807 push = u_memcpya(req->push, req->nr_push, sizeof(*push)); in nouveau_gem_ioctl_pushbuf()
818 for (i = 0; i < req->nr_push; i++) { in nouveau_gem_ioctl_pushbuf()
857 ret = nouveau_dma_wait(chan, req->nr_push + 1, 16); in nouveau_gem_ioctl_pushbuf()
863 for (i = 0; i < req->nr_push; i++) { in nouveau_gem_ioctl_pushbuf()
874 ret = PUSH_WAIT(&chan->chan.push, req->nr_push * 2); in nouveau_gem_ioctl_pushbuf()
880 for (i = 0; i < req->nr_push; i++) { in nouveau_gem_ioctl_pushbuf()
888 ret = PUSH_WAIT(&chan->chan.push, req->nr_push * (2 + NOUVEAU_DMA_SKIPS)); in nouveau_gem_ioctl_pushbuf()
[all …]
/linux/include/uapi/drm/
H A Dnouveau_drm.h202 __u32 nr_push; member