Searched refs:NVIF_MEM_VRAM (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dmmu.h19 #define NVIF_MEM_VRAM 0x01 macro
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dlut.c73 int ret = nvif_mem_ctor_map(mmu, "kmsLut", NVIF_MEM_VRAM,
H A Dcrc.c506 ret = nvif_mem_ctor_map(mmu, "kmsCrcNtfy", NVIF_MEM_VRAM, len, &ctx->mem);
H A Ddisp.c140 if (dmac->push->mem.type & NVIF_MEM_VRAM) {
251 type |= NVIF_MEM_VRAM;
/linux-master/drivers/gpu/drm/nouveau/nvif/
H A Dmmu.c104 if (args.vram) mmu->type[i].type |= NVIF_MEM_VRAM;
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_mem.c61 if (mem->mem.type & NVIF_MEM_VRAM)
H A Dnouveau_ttm.c283 typei = nvif_mmu_type(mmu, NVIF_MEM_VRAM | NVIF_MEM_MAPPABLE |
H A Dnouveau_chan.c333 NVIF_MEM_VRAM | NVIF_MEM_COHERENT | NVIF_MEM_MAPPABLE,
H A Dnouveau_uvmm.c152 if (mem->mem.type & NVIF_MEM_VRAM)

Completed in 168 milliseconds