Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/nouveau/
Dnouveau_ttm.c165 typei = nvif_mmu_type(mmu, NVIF_MEM_HOST | NVIF_MEM_MAPPABLE | in nouveau_ttm_init_host()
172 typei = nvif_mmu_type(mmu, NVIF_MEM_HOST | NVIF_MEM_MAPPABLE | kind); in nouveau_ttm_init_host()
283 typei = nvif_mmu_type(mmu, NVIF_MEM_VRAM | NVIF_MEM_MAPPABLE | in nouveau_ttm_init()
Dnouveau_chan.c328 NVIF_MEM_VRAM | NVIF_MEM_COHERENT | NVIF_MEM_MAPPABLE, in nouveau_channel_ctor()
/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvif/
Dmmu.h24 #define NVIF_MEM_MAPPABLE 0x20 macro
/linux-6.12.1/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.c109 if (args.mappable) mmu->type[i].type |= NVIF_MEM_MAPPABLE; in nvif_mmu_ctor()