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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index 512d32e9..36ba6248 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -762,6 +762,8 @@ void gk20a_vm_mapping_batch_finish_locked(
762 762
763int gk20a_vidmem_buf_alloc(struct gk20a *g, size_t bytes); 763int gk20a_vidmem_buf_alloc(struct gk20a *g, size_t bytes);
764int gk20a_vidmem_get_space(struct gk20a *g, u64 *space); 764int gk20a_vidmem_get_space(struct gk20a *g, u64 *space);
765int gk20a_vidbuf_access_memory(struct gk20a *g, struct dma_buf *dmabuf,
766 void *buffer, u64 offset, u64 size, u32 cmd);
765 767
766/* Note: batch may be NULL if map op is not part of a batch */ 768/* Note: batch may be NULL if map op is not part of a batch */
767int gk20a_vm_map_buffer(struct vm_gk20a *vm, 769int gk20a_vm_map_buffer(struct vm_gk20a *vm,