Home
last modified time | relevance | path

Searched refs:nouveau_dma_wait (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_dma.h33 int nouveau_dma_wait(struct nouveau_channel *, int slots, int size);
70 ret = nouveau_dma_wait(chan, 1, size); in RING_SPACE()
H A Dnouveau_dma.c168 nouveau_dma_wait(struct nouveau_channel *chan, int slots, int size) in nouveau_dma_wait() function
H A Dnouveau_exec.c161 ret = nouveau_dma_wait(chan, exec_job->push.count + 1, 16); in nouveau_exec_job_run()
H A Dnouveau_gem.c850 ret = nouveau_dma_wait(chan, req->nr_push + 1, 16); in nouveau_gem_ioctl_pushbuf()