Searched refs:nvif_vmm_ctor (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | vmm.h | 39 int nvif_vmm_ctor(struct nvif_mmu *, const char *name, s32 oclass,
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_vmm.c | 134 int ret = nvif_vmm_ctor(&cli->mmu, "drmVmm", oclass, UNMANAGED, in nouveau_vmm_init()
|
H A D | nouveau_svm.c | 349 ret = nvif_vmm_ctor(&cli->mmu, "svmVmm", in nouveau_svmm_init()
|
H A D | nouveau_uvmm.c | 1869 ret = nvif_vmm_ctor(&cli->mmu, "uvmm", in nouveau_uvmm_ioctl_vm_init()
|
/linux/drivers/gpu/drm/nouveau/nvif/ |
H A D | vmm.c | 199 nvif_vmm_ctor(struct nvif_mmu *mmu, const char *name, s32 oclass, in nvif_vmm_ctor() function
|