summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b')
-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 204a90f3..9d269365 100644
--- a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
@@ -1397,4 +1397,5 @@ void gm20b_init_gr(struct gpu_ops *gops)
1397 gops->gr.record_sm_error_state = gm20b_gr_record_sm_error_state; 1397 gops->gr.record_sm_error_state = gm20b_gr_record_sm_error_state;
1398 gops->gr.update_sm_error_state = gm20b_gr_update_sm_error_state; 1398 gops->gr.update_sm_error_state = gm20b_gr_update_sm_error_state;
1399 gops->gr.clear_sm_error_state = gm20b_gr_clear_sm_error_state; 1399 gops->gr.clear_sm_error_state = gm20b_gr_clear_sm_error_state;
1400 gops->gr.suspend_contexts = gr_gk20a_suspend_contexts;
1400} 1401}