Searched refs:no_prefetch (Results 1 – 4 of 4) sorted by relevance
73 bool no_prefetch) in nv50_dma_push() argument84 (no_prefetch ? (1 << 31) : 0)); in nv50_dma_push()
35 bool no_prefetch);
142 bool no_prefetch = p->flags & DRM_NOUVEAU_EXEC_PUSH_NO_PREFETCH; in nouveau_exec_job_run() local144 nv50_dma_push(chan, p->va, p->va_len, no_prefetch); in nouveau_exec_job_run()
868 bool no_prefetch = push[i].length & NOUVEAU_GEM_PUSHBUF_NO_PREFETCH; in nouveau_gem_ioctl_pushbuf() local870 nv50_dma_push(chan, addr, length, no_prefetch); in nouveau_gem_ioctl_pushbuf()