summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
diff options
context:
space:
mode:
authorKonsta Holtta <kholtta@nvidia.com>2015-03-05 06:18:30 -0500
committerDan Willemsen <dwillemsen@nvidia.com>2015-04-04 21:57:23 -0400
commit5f6cc1289e4282ac034bd97a67a86e05b82915d0 (patch)
treeeb3aafce96250a8a13e297b4c721588f28e743b1 /drivers/gpu/nvgpu/gk20a/mm_gk20a.h
parent325e0587d9180b05d59869679fc06b0ba979d973 (diff)
Revert "gpu: nvgpu: cache cde compbits buf mappings"
This reverts commit 9968badd26490a9d399f526fc57a9defd161dd6c. The commit accidentally introduced some memory leaks. Change-Id: I00d8d4452a152a8a2fe2d90fb949cdfee0de4c69 Signed-off-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-on: http://git-master/r/714288 Reviewed-by: Juha Tukkinen <jtukkinen@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index 99f49aa8..7bb13484 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -557,9 +557,6 @@ void gk20a_deinit_vm(struct vm_gk20a *vm);
557int gk20a_vm_unmap_buffer(struct vm_gk20a *vm, u64 offset); 557int gk20a_vm_unmap_buffer(struct vm_gk20a *vm, u64 offset);
558void gk20a_get_comptags(struct device *dev, struct dma_buf *dmabuf, 558void gk20a_get_comptags(struct device *dev, struct dma_buf *dmabuf,
559 struct gk20a_comptags *comptags); 559 struct gk20a_comptags *comptags);
560u64 gk20a_vm_cde_mapped(struct vm_gk20a *vm, struct dma_buf *dmabuf);
561void gk20a_vm_mark_cde_mapped(struct vm_gk20a *vm, struct dma_buf *dmabuf,
562 u64 map_vaddr);
563dma_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);
564 561
565int gk20a_dmabuf_alloc_drvdata(struct dma_buf *dmabuf, struct device *dev); 562int gk20a_dmabuf_alloc_drvdata(struct dma_buf *dmabuf, struct device *dev);