Home
last modified time | relevance | path

Searched refs:nvif_vmm (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvif/
A Dvmm.h18 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);
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvif/
A Dvmm.c28 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()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/
A Dnouveau_vmm.h27 struct nvif_vmm vmm;
A Dnouveau_mem.h37 int nouveau_mem_map(struct nouveau_mem *, struct nvif_vmm *, struct nvif_vma *);
A Dnouveau_mem.c38 struct nvif_vmm *vmm, struct nvif_vma *vma) in nouveau_mem_map()
A Dnouveau_bo.c207 struct nvif_vmm *vmm = cli->svm.cli ? &cli->svm.vmm : &cli->vmm.vmm; in nouveau_bo_alloc()
769 struct nvif_vmm *vmm = &drm->client.vmm.vmm; in nouveau_bo_move_prep()

Completed in 9 milliseconds