summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/gr_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/gr_gv11b.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/gr_gv11b.h b/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
index c8912f91..11f5fb47 100644
--- a/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
@@ -26,5 +26,8 @@ enum {
26}; 26};
27 27
28void gv11b_init_gr(struct gpu_ops *ops); 28void gv11b_init_gr(struct gpu_ops *ops);
29int gr_gv11b_alloc_buffer(struct vm_gk20a *vm, size_t size,
30 struct mem_desc *mem);
31
29 32
30#endif 33#endif