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

/linux-4.4.14/drivers/gpu/drm/nouveau/
H A Dnouveau_gem.c698 if (unlikely(req->nr_push == 0)) nouveau_gem_ioctl_pushbuf()
701 if (unlikely(req->nr_push > NOUVEAU_GEM_MAX_PUSH)) { nouveau_gem_ioctl_pushbuf()
703 req->nr_push, NOUVEAU_GEM_MAX_PUSH); nouveau_gem_ioctl_pushbuf()
719 push = u_memcpya(req->push, req->nr_push, sizeof(*push)); nouveau_gem_ioctl_pushbuf()
730 for (i = 0; i < req->nr_push; i++) { nouveau_gem_ioctl_pushbuf()
757 ret = nouveau_dma_wait(chan, req->nr_push + 1, 16); nouveau_gem_ioctl_pushbuf()
763 for (i = 0; i < req->nr_push; i++) { nouveau_gem_ioctl_pushbuf()
772 ret = RING_SPACE(chan, req->nr_push * 2); nouveau_gem_ioctl_pushbuf()
778 for (i = 0; i < req->nr_push; i++) { nouveau_gem_ioctl_pushbuf()
786 ret = RING_SPACE(chan, req->nr_push * (2 + NOUVEAU_DMA_SKIPS)); nouveau_gem_ioctl_pushbuf()
792 for (i = 0; i < req->nr_push; i++) { nouveau_gem_ioctl_pushbuf()
/linux-4.4.14/include/uapi/drm/
H A Dnouveau_drm.h102 uint32_t nr_push; member in struct:drm_nouveau_gem_pushbuf

Completed in 53 milliseconds