Searched refs:nouveau_dma_wait (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_dma.h | 33 int nouveau_dma_wait(struct nouveau_channel *, int slots, int size); 70 ret = nouveau_dma_wait(chan, 1, size); in RING_SPACE()
|
H A D | nouveau_dma.c | 168 nouveau_dma_wait(struct nouveau_channel *chan, int slots, int size) in nouveau_dma_wait() function
|
H A D | nouveau_exec.c | 161 ret = nouveau_dma_wait(chan, exec_job->push.count + 1, 16); in nouveau_exec_job_run()
|
H A D | nouveau_gem.c | 850 ret = nouveau_dma_wait(chan, req->nr_push + 1, 16); in nouveau_gem_ioctl_pushbuf()
|