Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/include/nvif/
A Dchan.h18 bool no_prefetch);
56 void nvif_chan_gpfifo_push(struct nvif_chan *, u64 addr, u32 size, bool no_prefetch);
59 void nvif_chan506f_gpfifo_push(struct nvif_chan *, bool main, u64 addr, u32 size, bool no_prefetch);
/drivers/gpu/drm/nouveau/nvif/
A Dchan506f.c15 nvif_chan506f_gpfifo_push(struct nvif_chan *chan, bool main, u64 addr, u32 size, bool no_prefetch) in nvif_chan506f_gpfifo_push() argument
26 (no_prefetch ? BIT(31) : 0)); in nvif_chan506f_gpfifo_push()
A Dchan.c49 nvif_chan_gpfifo_push(struct nvif_chan *chan, u64 addr, u32 size, bool no_prefetch) in nvif_chan_gpfifo_push() argument
51 chan->func->gpfifo.push(chan, false, addr, size, no_prefetch); in nvif_chan_gpfifo_push()
/drivers/gpu/drm/nouveau/
A Dnouveau_exec.c144 bool no_prefetch = p->flags & DRM_NOUVEAU_EXEC_PUSH_NO_PREFETCH; in nouveau_exec_job_run() local
146 nvif_chan_gpfifo_push(&chan->chan, p->va, p->va_len, no_prefetch); in nouveau_exec_job_run()
A Dnouveau_gem.c865 bool no_prefetch = push[i].length & NOUVEAU_GEM_PUSHBUF_NO_PREFETCH; in nouveau_gem_ioctl_pushbuf() local
867 nvif_chan_gpfifo_push(&chan->chan, addr, length, no_prefetch); in nouveau_gem_ioctl_pushbuf()

Completed in 11 milliseconds