Home
last modified time | relevance | path

Searched refs:nouveau_vmm (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/nouveau/
Dnouveau_vmm.h8 struct nouveau_vmm *vmm;
18 struct nouveau_vma *nouveau_vma_find(struct nouveau_bo *, struct nouveau_vmm *);
19 int nouveau_vma_new(struct nouveau_bo *, struct nouveau_vmm *,
25 struct nouveau_vmm { struct
31 int nouveau_vmm_init(struct nouveau_cli *, s32 oclass, struct nouveau_vmm *); argument
32 void nouveau_vmm_fini(struct nouveau_vmm *);
Dnouveau_vmm.c49 nouveau_vma_find(struct nouveau_bo *nvbo, struct nouveau_vmm *vmm) in nouveau_vma_find()
77 nouveau_vma_new(struct nouveau_bo *nvbo, struct nouveau_vmm *vmm, in nouveau_vma_new()
121 nouveau_vmm_fini(struct nouveau_vmm *vmm) in nouveau_vmm_fini()
129 nouveau_vmm_init(struct nouveau_cli *cli, s32 oclass, struct nouveau_vmm *vmm) in nouveau_vmm_init()
Dnouveau_drv.h94 struct nouveau_vmm vmm;
95 struct nouveau_vmm svm;
142 static inline struct nouveau_vmm *
Dnouveau_chan.h17 struct nouveau_vmm *vmm;
Dnouveau_svm.h11 struct nouveau_vmm *vmm;
Dnouveau_uvmm.h11 struct nouveau_vmm vmm;
DKbuild49 nouveau-y += nouveau_vmm.o
Dnouveau_gem.c107 struct nouveau_vmm *vmm = nouveau_cli_vmm(cli); in nouveau_gem_object_open()
191 struct nouveau_vmm *vmm = nouveau_cli_vmm(cli); in nouveau_gem_object_close()
301 struct nouveau_vmm *vmm = nouveau_cli_vmm(cli); in nouveau_gem_info()
518 struct nouveau_vmm *vmm = chan->vmm; in validate_init()