Searched refs:nouveau_vmm (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_vmm.h | 8 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 *);
|
| H A D | nouveau_vmm.c | 49 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()
|
| H A D | nouveau_drv.h | 101 struct nouveau_vmm vmm; 102 struct nouveau_vmm svm;
|
| H A D | nouveau_chan.h | 17 struct nouveau_vmm *vmm;
|
| H A D | nouveau_svm.h | 11 struct nouveau_vmm *vmm;
|
| H A D | nouveau_gem.c | 70 struct nouveau_vmm *vmm = cli->svm.cli ? &cli->svm : &cli->vmm; in nouveau_gem_object_open() 147 struct nouveau_vmm *vmm = cli->svm.cli ? &cli->svm : & cli->vmm; in nouveau_gem_object_close() 222 struct nouveau_vmm *vmm = cli->svm.cli ? &cli->svm : &cli->vmm; in nouveau_gem_info() 432 struct nouveau_vmm *vmm = chan->vmm; in validate_init()
|
| H A D | Kbuild | 49 nouveau-y += nouveau_vmm.o
|