Searched refs:nvif_vmm (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dvmm.h24 struct nvif_vmm { struct
41 struct nvif_vmm *);
42 void nvif_vmm_dtor(struct nvif_vmm *);
43 int nvif_vmm_get(struct nvif_vmm *, enum nvif_vmm_get, bool sparse,
45 void nvif_vmm_put(struct nvif_vmm *, struct nvif_vma *);
46 int nvif_vmm_map(struct nvif_vmm *, u64 addr, u64 size, void *argv, u32 argc,
48 int nvif_vmm_unmap(struct nvif_vmm *, u64);
50 int nvif_vmm_raw_get(struct nvif_vmm *vmm, u64 addr, u64 size, u8 shift);
51 int nvif_vmm_raw_put(struct nvif_vmm *vmm, u64 addr, u64 size, u8 shift);
52 int nvif_vmm_raw_map(struct nvif_vmm *vm
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvif/
H A Dvmm.c28 nvif_vmm_unmap(struct nvif_vmm *vmm, u64 addr)
36 nvif_vmm_map(struct nvif_vmm *vmm, u64 addr, u64 size, void *argv, u32 argc,
65 nvif_vmm_put(struct nvif_vmm *vmm, struct nvif_vma *vma)
77 nvif_vmm_get(struct nvif_vmm *vmm, enum nvif_vmm_get type, bool sparse,
108 nvif_vmm_raw_get(struct nvif_vmm *vmm, u64 addr, u64 size,
124 nvif_vmm_raw_put(struct nvif_vmm *vmm, u64 addr, u64 size, u8 shift)
139 nvif_vmm_raw_map(struct nvif_vmm *vmm, u64 addr, u64 size, u8 shift,
160 nvif_vmm_raw_unmap(struct nvif_vmm *vmm, u64 addr, u64 size,
177 nvif_vmm_raw_sparse(struct nvif_vmm *vmm, u64 addr, u64 size, bool ref)
192 nvif_vmm_dtor(struct nvif_vmm *vm
[all...]
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_vmm.h27 struct nvif_vmm vmm;
H A Dnouveau_mem.h37 int nouveau_mem_map(struct nouveau_mem *, struct nvif_vmm *, struct nvif_vma *);
40 struct nvif_vmm *vmm,
H A Dnouveau_mem.c38 struct nvif_vmm *vmm, struct nvif_vma *vma)
H A Dnouveau_uvmm.c94 struct nvif_vmm *vmm = &uvmm->vmm.vmm;
103 struct nvif_vmm *vmm = &uvmm->vmm.vmm;
112 struct nvif_vmm *vmm = &uvmm->vmm.vmm;
121 struct nvif_vmm *vmm = &uvmm->vmm.vmm;
130 struct nvif_vmm *vmm = &uvmm->vmm.vmm;
141 struct nvif_vmm *vmm = &uvmm->vmm.vmm;
H A Dnouveau_bo.c214 struct nvif_vmm *vmm = &nouveau_cli_vmm(cli)->vmm;
818 struct nvif_vmm *vmm = &drm->client.vmm.vmm;

Completed in 160 milliseconds