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.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index 82a4ee85..c77bebf8 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -389,13 +389,6 @@ struct sg_table *gk20a_mm_pin(struct device *dev, struct dma_buf *dmabuf);
389void gk20a_mm_unpin(struct device *dev, struct dma_buf *dmabuf, 389void gk20a_mm_unpin(struct device *dev, struct dma_buf *dmabuf,
390 struct sg_table *sgt); 390 struct sg_table *sgt);
391 391
392int nvgpu_vm_get_compbits_info(struct vm_gk20a *vm,
393 u64 mapping_gva,
394 u64 *compbits_win_size,
395 u32 *compbits_win_ctagline,
396 u32 *mapping_ctagline,
397 u32 *flags);
398
399/* vm-as interface */ 392/* vm-as interface */
400struct nvgpu_as_alloc_space_args; 393struct nvgpu_as_alloc_space_args;
401struct nvgpu_as_free_space_args; 394struct nvgpu_as_free_space_args;