Searched refs:nvif_vmm (Results 1 – 6 of 6) sorted by relevance
/drivers/gpu/drm/nouveau/include/nvif/ |
D | vmm.h | 18 struct nvif_vmm { struct 34 u64 addr, u64 size, void *argv, u32 argc, struct nvif_vmm *); argument 35 void nvif_vmm_dtor(struct nvif_vmm *); 36 int nvif_vmm_get(struct nvif_vmm *, enum nvif_vmm_get, bool sparse, 38 void nvif_vmm_put(struct nvif_vmm *, struct nvif_vma *); 39 int nvif_vmm_map(struct nvif_vmm *, u64 addr, u64 size, void *argv, u32 argc, 41 int nvif_vmm_unmap(struct nvif_vmm *, u64);
|
/drivers/gpu/drm/nouveau/nvif/ |
D | vmm.c | 28 nvif_vmm_unmap(struct nvif_vmm *vmm, u64 addr) in nvif_vmm_unmap() 36 nvif_vmm_map(struct nvif_vmm *vmm, u64 addr, u64 size, void *argv, u32 argc, in nvif_vmm_map() 65 nvif_vmm_put(struct nvif_vmm *vmm, struct nvif_vma *vma) in nvif_vmm_put() 77 nvif_vmm_get(struct nvif_vmm *vmm, enum nvif_vmm_get type, bool sparse, in nvif_vmm_get() 108 nvif_vmm_dtor(struct nvif_vmm *vmm) in nvif_vmm_dtor() 116 u64 addr, u64 size, void *argv, u32 argc, struct nvif_vmm *vmm) in nvif_vmm_ctor()
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_mem.h | 29 int nouveau_mem_map(struct nouveau_mem *, struct nvif_vmm *, struct nvif_vma *);
|
D | nouveau_vmm.h | 27 struct nvif_vmm vmm;
|
D | nouveau_mem.c | 37 struct nvif_vmm *vmm, struct nvif_vma *vma) in nouveau_mem_map()
|
D | nouveau_bo.c | 204 struct nvif_vmm *vmm = cli->svm.cli ? &cli->svm.vmm : &cli->vmm.vmm; in nouveau_bo_alloc() 773 struct nvif_vmm *vmm = &drm->client.vmm.vmm; in nouveau_bo_move_prep()
|