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 7bbaf283..7be4383b 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -688,4 +688,7 @@ static inline void nvgpu_free(void *p)
688 vfree(p); 688 vfree(p);
689} 689}
690 690
691int gk20a_mm_get_buffer_info(struct device *dev, int dmabuf_fd,
692 u64 *buffer_id, u64 *buffer_len);
693
691#endif /* MM_GK20A_H */ 694#endif /* MM_GK20A_H */