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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index 90a72811..4adf346e 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -463,4 +463,8 @@ int gk20a_mm_get_buffer_info(struct device *dev, int dmabuf_fd,
463 u64 *buffer_id, u64 *buffer_len); 463 u64 *buffer_id, u64 *buffer_len);
464void gk20a_vm_unmap_locked_kref(struct kref *ref); 464void gk20a_vm_unmap_locked_kref(struct kref *ref);
465 465
466void gk20a_vm_free_entries(struct vm_gk20a *vm,
467 struct gk20a_mm_entry *parent,
468 int level);
469
466#endif /* MM_GK20A_H */ 470#endif /* MM_GK20A_H */