summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/gr_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/gr_gm20b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
index 391fb8a2..0e0d3f62 100644
--- a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
@@ -1605,5 +1605,6 @@ void gm20b_init_gr(struct gpu_ops *gops)
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; 1606 gops->gr.write_zcull_ptr = gr_gk20a_write_zcull_ptr;
1607 gops->gr.write_pm_ptr = gr_gk20a_write_pm_ptr; 1607 gops->gr.write_pm_ptr = gr_gk20a_write_pm_ptr;
1608 gops->gr.init_elcg_mode = gr_gk20a_init_elcg_mode;
1608 1609
1609} 1610}