Home
last modified time | relevance | path

Searched refs:nvkm_vma (Results 1 – 24 of 24) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dvmm.c799 struct nvkm_vma *
802 struct nvkm_vma *vma = kzalloc(sizeof(*vma), GFP_KERNEL); in nvkm_vma_new()
812 struct nvkm_vma *
813 nvkm_vma_tail(struct nvkm_vma *vma, u64 tail) in nvkm_vma_tail()
815 struct nvkm_vma *new; in nvkm_vma_tail()
836 nvkm_vmm_free_remove(struct nvkm_vmm *vmm, struct nvkm_vma *vma) in nvkm_vmm_free_remove()
842 nvkm_vmm_free_delete(struct nvkm_vmm *vmm, struct nvkm_vma *vma) in nvkm_vmm_free_delete()
850 nvkm_vmm_free_insert(struct nvkm_vmm *vmm, struct nvkm_vma *vma) in nvkm_vmm_free_insert()
856 struct nvkm_vma *this = rb_entry(*ptr, typeof(*this), tree); in nvkm_vmm_free_insert()
878 nvkm_vmm_node_remove(struct nvkm_vmm *vmm, struct nvkm_vma *vma) in nvkm_vmm_node_remove()
[all …]
Dmem.h12 u64 *, u64 *, struct nvkm_vma **);
17 u64 *, u64 *, struct nvkm_vma **);
22 u64 *, u64 *, struct nvkm_vma **);
Dvmm.h166 struct nvkm_vma *nvkm_vma_new(u64 addr, u64 size);
167 struct nvkm_vma *nvkm_vmm_node_search(struct nvkm_vmm *, u64 addr);
168 struct nvkm_vma *nvkm_vmm_node_split(struct nvkm_vmm *, struct nvkm_vma *,
172 struct nvkm_vma **pvma);
173 void nvkm_vmm_put_locked(struct nvkm_vmm *, struct nvkm_vma *);
174 void nvkm_vmm_unmap_locked(struct nvkm_vmm *, struct nvkm_vma *, bool pfn);
175 void nvkm_vmm_unmap_region(struct nvkm_vmm *, struct nvkm_vma *);
214 struct nvkm_vma *nvkm_vma_tail(struct nvkm_vma *, u64 tail);
Dumem.h18 struct nvkm_vma *bar;
Duvmm.c113 struct nvkm_vma *vma; in nvkm_uvmm_mthd_unmap()
159 struct nvkm_vma *vma; in nvkm_uvmm_mthd_map()
238 struct nvkm_vma *vma; in nvkm_uvmm_mthd_put()
274 struct nvkm_vma *vma; in nvkm_uvmm_mthd_get()
394 struct nvkm_vma vma = { in nvkm_uvmm_mthd_raw_map()
Dmemnv04.c32 u32 argc, u64 *paddr, u64 *psize, struct nvkm_vma **pvma) in nv04_mem_map()
Dmem.c71 struct nvkm_vma *vma, void *argv, u32 argc) in nvkm_mem_map_dma()
111 struct nvkm_vma *vma, void *argv, u32 argc) in nvkm_mem_map_sgl()
Dpriv.h26 u32 argc, u64 *addr, u64 *size, struct nvkm_vma **);
Dmemgf100.c35 u32 argc, u64 *paddr, u64 *psize, struct nvkm_vma **pvma) in gf100_mem_map()
Dmemnv50.c35 u32 argc, u64 *paddr, u64 *psize, struct nvkm_vma **pvma) in nv50_mem_map()
/Linux-v6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dmmu.h6 struct nvkm_vma { struct
75 int nvkm_vmm_get(struct nvkm_vmm *, u8 page, u64 size, struct nvkm_vma **);
76 void nvkm_vmm_put(struct nvkm_vmm *, struct nvkm_vma **);
97 int nvkm_vmm_map(struct nvkm_vmm *, struct nvkm_vma *, void *argv, u32 argc,
99 void nvkm_vmm_unmap(struct nvkm_vmm *, struct nvkm_vma *);
Dbar.h5 struct nvkm_vma;
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dgf100.h283 struct nvkm_vma *pagepool;
284 struct nvkm_vma *bundle_cb;
285 struct nvkm_vma *attrib_cb;
286 struct nvkm_vma *unknown;
289 struct nvkm_vma *mmio_vma;
Dctxgf100.c1442 struct nvkm_vma *ctx = NULL; in gf100_grctx_generate()
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
Dnv50.c49 struct nvkm_vma *bar;
127 struct nvkm_vma *bar = NULL, *ebar; in nv50_instobj_kmap()
184 struct nvkm_vma *vma, void *argv, u32 argc) in nv50_instobj_map()
315 struct nvkm_vma *bar; in nv50_instobj_dtor()
Dgk20a.c282 struct nvkm_vma *vma, void *argv, u32 argc) in gk20a_instobj_map()
/Linux-v6.6/drivers/gpu/drm/nouveau/include/nvkm/core/
Dmemory.h6 struct nvkm_vma;
39 struct nvkm_vma *, void *argv, u32 argc);
Dgpuobj.h32 struct nvkm_vma *, void *argv, u32 argc);
Dfalcon.h128 struct nvkm_vma *vma;
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/core/
Dgpuobj.c47 struct nvkm_vmm *vmm, struct nvkm_vma *vma, in nvkm_gpuobj_heap_map()
109 struct nvkm_vmm *vmm, struct nvkm_vma *vma, in nvkm_gpuobj_map()
Dfirmware.c118 struct nvkm_vma *vma, void *argv, u32 argc) in nvkm_firmware_mem_map()
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dcgrp.h14 struct nvkm_vma *vma;
/Linux-v6.6/drivers/gpu/drm/nouveau/include/nvkm/engine/
Dfifo.h68 struct nvkm_vma *bar1;
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dram.c46 struct nvkm_vma *vma, void *argv, u32 argc) in nvkm_vram_map()