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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index b25a7789..e8f7da98 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -755,6 +755,7 @@ void gk20a_vm_mapping_batch_finish_locked(
755 755
756 756
757int gk20a_vidmem_buf_alloc(struct gk20a *g, size_t bytes); 757int gk20a_vidmem_buf_alloc(struct gk20a *g, size_t bytes);
758int gk20a_vidmem_get_space(struct gk20a *g, u64 *space);
758 759
759/* Note: batch may be NULL if map op is not part of a batch */ 760/* Note: batch may be NULL if map op is not part of a batch */
760int gk20a_vm_map_buffer(struct vm_gk20a *vm, 761int gk20a_vm_map_buffer(struct vm_gk20a *vm,