Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/nouveau/
Dnouveau_dma.h33 int nouveau_dma_wait(struct nouveau_channel *, int slots, int size);
63 ret = nouveau_dma_wait(chan, 1, size); in RING_SPACE()
Dnouveau_dma.c165 nouveau_dma_wait(struct nouveau_channel *chan, int slots, int size) in nouveau_dma_wait() function
Dnouveau_gem.c826 ret = nouveau_dma_wait(chan, req->nr_push + 1, 16); in nouveau_gem_ioctl_pushbuf()