Searched refs:nvif_mem_ctor_type (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/nvif/ |
| H A D | mem.c | 48 nvif_mem_ctor_type(struct nvif_mmu *mmu, const char *name, s32 oclass, in nvif_mem_ctor_type() function 97 ret = nvif_mem_ctor_type(mmu, name, oclass, i, page, in nvif_mem_ctor()
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_mem.c | 117 ret = nvif_mem_ctor_type(mmu, "ttmHostMem", mmu->mem, type, PAGE_SHIFT, in nouveau_mem_host() 136 ret = nvif_mem_ctor_type(mmu, "ttmVram", mmu->mem, in nouveau_mem_vram() 144 ret = nvif_mem_ctor_type(mmu, "ttmVram", mmu->mem, in nouveau_mem_vram()
|
| /linux/drivers/gpu/drm/nouveau/include/nvif/ |
| H A D | mem.h | 13 int nvif_mem_ctor_type(struct nvif_mmu *mmu, const char *name, s32 oclass,
|