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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/gr_gv11b.h b/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
index 5f13aa5c..df03cd8a 100644
--- a/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
@@ -31,6 +31,7 @@ enum {
31void gv11b_init_gr(struct gpu_ops *ops); 31void gv11b_init_gr(struct gpu_ops *ops);
32int gr_gv11b_alloc_buffer(struct vm_gk20a *vm, size_t size, 32int gr_gv11b_alloc_buffer(struct vm_gk20a *vm, size_t size,
33 struct mem_desc *mem); 33 struct mem_desc *mem);
34 34/*zcull*/
35 35void gr_gv11b_program_zcull_mapping(struct gk20a *g, u32 zcull_num_entries,
36 u32 *zcull_map_tiles);
36#endif 37#endif