Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/nouveau/include/nvif/
Dvmm.h39 int nvif_vmm_ctor(struct nvif_mmu *, const char *name, s32 oclass,
/Linux-v6.6/drivers/gpu/drm/nouveau/
Dnouveau_vmm.c131 int ret = nvif_vmm_ctor(&cli->mmu, "drmVmm", oclass, UNMANAGED, in nouveau_vmm_init()
Dnouveau_svm.c352 ret = nvif_vmm_ctor(&cli->mmu, "svmVmm", in nouveau_svmm_init()
Dnouveau_uvmm.c1845 ret = nvif_vmm_ctor(&cli->mmu, "uvmm", in nouveau_uvmm_init()
/Linux-v6.6/drivers/gpu/drm/nouveau/nvif/
Dvmm.c199 nvif_vmm_ctor(struct nvif_mmu *mmu, const char *name, s32 oclass, in nvif_vmm_ctor() function