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 b7fb1ac5..c84d2109 100644
--- a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
@@ -1628,4 +1628,5 @@ void gm20b_init_gr(struct gpu_ops *gops)
1628 gops->gr.resume_from_pause = gr_gk20a_resume_from_pause; 1628 gops->gr.resume_from_pause = gr_gk20a_resume_from_pause;
1629 gops->gr.clear_sm_errors = gr_gk20a_clear_sm_errors; 1629 gops->gr.clear_sm_errors = gr_gk20a_clear_sm_errors;
1630 gops->gr.tpc_enabled_exceptions = gr_gk20a_tpc_enabled_exceptions; 1630 gops->gr.tpc_enabled_exceptions = gr_gk20a_tpc_enabled_exceptions;
1631 gops->gr.get_esr_sm_sel = gk20a_gr_get_esr_sm_sel;
1631} 1632}