Searched refs:no_prefetch (Results 1 – 5 of 5) sorted by relevance
| /drivers/gpu/drm/nouveau/include/nvif/ |
| A D | chan.h | 18 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 D | chan506f.c | 15 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 D | chan.c | 49 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 D | nouveau_exec.c | 144 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 D | nouveau_gem.c | 865 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 27 milliseconds