Searched refs:nvif_vma (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | vmm.h | 19 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 D | nouveau_mem.h | 15 struct nvif_vma vma[2]; 37 int nouveau_mem_map(struct nouveau_mem *, struct nvif_vmm *, struct nvif_vma *);
|
H A D | nouveau_vmm.c | 40 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 D | nouveau_mem.c | 38 struct nvif_vmm *vmm, struct nvif_vma *vma) in nouveau_mem_map()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvif/ |
H A D | vmm.c | 65 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()
|