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