Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_dma.c73 bool no_prefetch) in nv50_dma_push()
84 (no_prefetch ? (1 << 31) : 0)); in nv50_dma_push()
72 nv50_dma_push(struct nouveau_channel *chan, u64 offset, u32 length, bool no_prefetch) nv50_dma_push() argument
H A Dnouveau_dma.h35 bool no_prefetch);
H A Dnouveau_exec.c169 bool no_prefetch = p->flags & DRM_NOUVEAU_EXEC_PUSH_NO_PREFETCH; in nouveau_exec_job_run() local
171 nv50_dma_push(chan, p->va, p->va_len, no_prefetch); in nouveau_exec_job_run()
H A Dnouveau_gem.c861 bool no_prefetch = push[i].length & NOUVEAU_GEM_PUSHBUF_NO_PREFETCH; in nouveau_gem_ioctl_pushbuf() local
863 nv50_dma_push(chan, addr, length, no_prefetch); in nouveau_gem_ioctl_pushbuf()

Completed in 4 milliseconds