Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_dma.c73 bool no_prefetch) in nv50_dma_push() argument
84 (no_prefetch ? (1 << 31) : 0)); in nv50_dma_push()
H A Dnouveau_dma.h35 bool no_prefetch);
H A Dnouveau_exec.c142 bool no_prefetch = p->flags & DRM_NOUVEAU_EXEC_PUSH_NO_PREFETCH; in nouveau_exec_job_run() local
144 nv50_dma_push(chan, p->va, p->va_len, no_prefetch); in nouveau_exec_job_run()
H A Dnouveau_gem.c868 bool no_prefetch = push[i].length & NOUVEAU_GEM_PUSHBUF_NO_PREFETCH; in nouveau_gem_ioctl_pushbuf() local
870 nv50_dma_push(chan, addr, length, no_prefetch); in nouveau_gem_ioctl_pushbuf()