Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_gem.c717 if (unlikely(req->nr_push == 0)) in nouveau_gem_ioctl_pushbuf()
720 if (unlikely(req->nr_push > NOUVEAU_GEM_MAX_PUSH)) { in nouveau_gem_ioctl_pushbuf()
722 req->nr_push, NOUVEAU_GEM_MAX_PUSH); in nouveau_gem_ioctl_pushbuf()
738 push = u_memcpya(req->push, req->nr_push, sizeof(*push)); in nouveau_gem_ioctl_pushbuf()
749 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 = RING_SPACE(chan, 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 = RING_SPACE(chan, req->nr_push * (2 + NOUVEAU_DMA_SKIPS)); in nouveau_gem_ioctl_pushbuf()
[all …]
/Linux-v5.4/include/uapi/drm/
Dnouveau_drm.h108 __u32 nr_push; member