summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index 42c164be..8f0f736b 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -554,6 +554,9 @@ void gk20a_deinit_vm(struct vm_gk20a *vm);
554int gk20a_vm_unmap_buffer(struct vm_gk20a *vm, u64 offset); 554int gk20a_vm_unmap_buffer(struct vm_gk20a *vm, u64 offset);
555void gk20a_get_comptags(struct device *dev, struct dma_buf *dmabuf, 555void gk20a_get_comptags(struct device *dev, struct dma_buf *dmabuf,
556 struct gk20a_comptags *comptags); 556 struct gk20a_comptags *comptags);
557u64 gk20a_vm_cde_mapped(struct vm_gk20a *vm, struct dma_buf *dmabuf);
558void gk20a_vm_mark_cde_mapped(struct vm_gk20a *vm, struct dma_buf *dmabuf,
559 u64 map_vaddr);
557dma_addr_t gk20a_mm_gpuva_to_iova_base(struct vm_gk20a *vm, u64 gpu_vaddr); 560dma_addr_t gk20a_mm_gpuva_to_iova_base(struct vm_gk20a *vm, u64 gpu_vaddr);
558 561
559int gk20a_dmabuf_alloc_drvdata(struct dma_buf *dmabuf, struct device *dev); 562int gk20a_dmabuf_alloc_drvdata(struct dma_buf *dmabuf, struct device *dev);