Home
last modified time | relevance | path

Searched refs:NVIF_MEM_MAPPABLE (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/nouveau/
Dnouveau_ttm.c179 typei = nvif_mmu_type(mmu, NVIF_MEM_HOST | NVIF_MEM_MAPPABLE | in nouveau_ttm_init_host()
186 typei = nvif_mmu_type(mmu, NVIF_MEM_HOST | NVIF_MEM_MAPPABLE | kind); in nouveau_ttm_init_host()
297 typei = nvif_mmu_type(mmu, NVIF_MEM_VRAM | NVIF_MEM_MAPPABLE | in nouveau_ttm_init()
/drivers/gpu/drm/nouveau/include/nvif/
Dmmu.h24 #define NVIF_MEM_MAPPABLE 0x20 macro
/drivers/gpu/drm/nouveau/nvif/
Dmem.c31 int ret = nvif_mem_ctor(mmu, name, mmu->mem, NVIF_MEM_MAPPABLE | type, in nvif_mem_ctor_map()
Dmmu.c106 if (args.mappable) mmu->type[i].type |= NVIF_MEM_MAPPABLE; in nvif_mmu_ctor()