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

/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_dma.h35 bool no_prefetch);
H A Dnouveau_dma.c73 bool no_prefetch)
84 (no_prefetch ? (1 << 31) : 0));
72 nv50_dma_push(struct nouveau_channel *chan, u64 offset, u32 length, bool no_prefetch) argument
H A Dnouveau_exec.c142 bool no_prefetch = p->flags & DRM_NOUVEAU_EXEC_PUSH_NO_PREFETCH; local
144 nv50_dma_push(chan, p->va, p->va_len, no_prefetch);
H A Dnouveau_gem.c867 bool no_prefetch = push[i].length & NOUVEAU_GEM_PUSHBUF_NO_PREFETCH; local
869 nv50_dma_push(chan, addr, length, no_prefetch);

Completed in 140 milliseconds