summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2016-09-15 17:43:55 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2016-10-14 11:11:22 -0400
commit37f317a3c4033b54ab4bf47286fb9ebd48edb021 (patch)
tree0f2cc5dd70b4edc89a0c10b8cb5dfb63988e2d28 /drivers/gpu/nvgpu/gv11b/gr_gv11b.h
parent20d4f2052a25053c716201e708b4caddda1c9a16 (diff)
gpu: nvgpu: gv11b: zcull programming
Bug 1735760 Change-Id: Id801efb613b5740389bde5dc2cfff47232d0a0f3 Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: http://git-master/r/1221582 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Tested-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
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