Searched refs:nvif_vmm_ctor (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvif/ |
D | vmm.h | 33 int nvif_vmm_ctor(struct nvif_mmu *, const char *name, s32 oclass, bool managed,
|
/linux-5.19.10/drivers/gpu/drm/nouveau/ |
D | nouveau_vmm.c | 131 int ret = nvif_vmm_ctor(&cli->mmu, "drmVmm", oclass, false, PAGE_SIZE, in nouveau_vmm_init()
|
D | nouveau_svm.c | 351 ret = nvif_vmm_ctor(&cli->mmu, "svmVmm", in nouveau_svmm_init()
|
/linux-5.19.10/drivers/gpu/drm/nouveau/nvif/ |
D | vmm.c | 115 nvif_vmm_ctor(struct nvif_mmu *mmu, const char *name, s32 oclass, bool managed, in nvif_vmm_ctor() function
|