Home
last modified time | relevance | path

Searched refs:nvif_vma (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvif/
Dvmm.h13 struct nvif_vma { struct
37 u8 page, u8 align, u64 size, struct nvif_vma *); argument
38 void nvif_vmm_put(struct nvif_vmm *, struct nvif_vma *);
/linux-5.19.10/drivers/gpu/drm/nouveau/
Dnouveau_mem.h15 struct nvif_vma vma[2];
31 int nouveau_mem_map(struct nouveau_mem *, struct nvif_vmm *, struct nvif_vma *);
Dnouveau_vmm.c40 struct nvif_vma tmp = { .addr = vma->addr }; in nouveau_vma_map()
67 struct nvif_vma tmp = { .addr = vma->addr, .size = 1 }; in nouveau_vma_del()
82 struct nvif_vma tmp; in nouveau_vma_new()
Dnouveau_mem.c37 struct nvif_vmm *vmm, struct nvif_vma *vma) in nouveau_mem_map()
/linux-5.19.10/drivers/gpu/drm/nouveau/nvif/
Dvmm.c65 nvif_vmm_put(struct nvif_vmm *vmm, struct nvif_vma *vma) in nvif_vmm_put()
78 u8 page, u8 align, u64 size, struct nvif_vma *vma) in nvif_vmm_get()