Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvif/
H A Dchan.c28 nvif_chan_gpfifo_push_wait(struct nvif_push *push, u32 push_nr) in nvif_chan_gpfifo_push_wait() argument
32 return nvif_chan_gpfifo_wait(chan, 1, push_nr); in nvif_chan_gpfifo_push_wait()
55 nvif_chan_gpfifo_wait(struct nvif_chan *chan, u32 gpfifo_nr, u32 push_nr) in nvif_chan_gpfifo_wait() argument
65 push_nr += chan->func->gpfifo.post_size; in nvif_chan_gpfifo_wait()
69 if (push_nr) in nvif_chan_gpfifo_wait()
73 if (push->cur + push_nr > push->end) { in nvif_chan_gpfifo_wait()
74 ret = nvif_chan_dma_wait(chan, push_nr); in nvif_chan_gpfifo_wait()