Home
last modified time | relevance | path

Searched refs:NVIF_MEM_VRAM (Results 1 – 7 of 7) sorted by relevance

/drivers/gpu/drm/nouveau/include/nvif/
Dmmu.h19 #define NVIF_MEM_VRAM 0x01 macro
/drivers/gpu/drm/nouveau/dispnv50/
Dlut.c73 int ret = nvif_mem_ctor_map(mmu, "kmsLut", NVIF_MEM_VRAM, in nv50_lut_init()
Dcrc.c506 ret = nvif_mem_ctor_map(mmu, "kmsCrcNtfy", NVIF_MEM_VRAM, len, &ctx->mem); in nv50_crc_ctx_init()
Ddisp.c139 if (dmac->push->mem.type & NVIF_MEM_VRAM) { in nv50_dmac_kick()
250 type |= NVIF_MEM_VRAM; in nv50_dmac_create()
/drivers/gpu/drm/nouveau/nvif/
Dmmu.c101 if (args.vram) mmu->type[i].type |= NVIF_MEM_VRAM; in nvif_mmu_ctor()
/drivers/gpu/drm/nouveau/
Dnouveau_mem.c60 if (mem->mem.type & NVIF_MEM_VRAM) in nouveau_mem_map()
Dnouveau_ttm.c284 typei = nvif_mmu_type(mmu, NVIF_MEM_VRAM | NVIF_MEM_MAPPABLE | in nouveau_ttm_init()