Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dvmm.h19 struct nvif_vma { struct
44 u8 page, u8 align, u64 size, struct nvif_vma *); argument
45 void nvif_vmm_put(struct nvif_vmm *, struct nvif_vma *);
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_mem.h15 struct nvif_vma vma[2];
37 int nouveau_mem_map(struct nouveau_mem *, struct nvif_vmm *, struct nvif_vma *);
H A 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()
H A Dnouveau_mem.c38 struct nvif_vmm *vmm, struct nvif_vma *vma) in nouveau_mem_map()
/openbmc/linux/drivers/gpu/drm/nouveau/nvif/
H A 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()