summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/vm_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/vm_priv.h')
-rw-r--r--drivers/gpu/nvgpu/common/linux/vm_priv.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/vm_priv.h b/drivers/gpu/nvgpu/common/linux/vm_priv.h
index 1eadf1d0..fa173d59 100644
--- a/drivers/gpu/nvgpu/common/linux/vm_priv.h
+++ b/drivers/gpu/nvgpu/common/linux/vm_priv.h
@@ -102,10 +102,5 @@ int setup_buffer_kind_and_compression(struct vm_gk20a *vm,
102 u32 flags, 102 u32 flags,
103 struct buffer_attrs *bfr, 103 struct buffer_attrs *bfr,
104 enum gmmu_pgsz_gk20a pgsz_idx); 104 enum gmmu_pgsz_gk20a pgsz_idx);
105int gk20a_alloc_comptags(struct gk20a *g,
106 struct device *dev,
107 struct dma_buf *dmabuf,
108 struct gk20a_comptag_allocator *allocator,
109 u32 lines);
110 105
111#endif 106#endif