summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
diff options
context:
space:
mode:
authorseshendra Gadagottu <sgadagottu@nvidia.com>2017-01-20 19:13:02 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-01-27 15:23:01 -0500
commit88ce7a98c8321747154020c4f173cfe05a3b1149 (patch)
treeafb1007b673f10de589e47670a8626dc7c44d694 /drivers/gpu/nvgpu/gm20b/gr_gm20b.c
parentfa3f8cc10186ab18952433f1838fb657f220adc5 (diff)
gpu: nvgpu: update zcull and pm context pointers
Update zcull and perfmon buffer pointers in context header through function pointers. JIRA GV11B-48 Change-Id: Iaa6dd065128cb0c39e308cecf17b9d68a826d865 Signed-off-by: seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/1291850 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/gr_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/gr_gm20b.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
index 0df2845f..391fb8a2 100644
--- a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
@@ -1603,4 +1603,7 @@ void gm20b_init_gr(struct gpu_ops *gops)
1603 gops->gr.program_zcull_mapping = gr_gk20a_program_zcull_mapping; 1603 gops->gr.program_zcull_mapping = gr_gk20a_program_zcull_mapping;
1604 gops->gr.commit_global_timeslice = gr_gk20a_commit_global_timeslice; 1604 gops->gr.commit_global_timeslice = gr_gk20a_commit_global_timeslice;
1605 gops->gr.commit_inst = gr_gk20a_commit_inst; 1605 gops->gr.commit_inst = gr_gk20a_commit_inst;
1606 gops->gr.write_zcull_ptr = gr_gk20a_write_zcull_ptr;
1607 gops->gr.write_pm_ptr = gr_gk20a_write_pm_ptr;
1608
1606} 1609}