summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index e695f02e..3ab63862 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -9304,6 +9304,7 @@ void gk20a_init_gr_ops(struct gpu_ops *gops)
9304 gops->gr.update_sm_error_state = gk20a_gr_update_sm_error_state; 9304 gops->gr.update_sm_error_state = gk20a_gr_update_sm_error_state;
9305 gops->gr.clear_sm_error_state = gk20a_gr_clear_sm_error_state; 9305 gops->gr.clear_sm_error_state = gk20a_gr_clear_sm_error_state;
9306 gops->gr.suspend_contexts = gr_gk20a_suspend_contexts; 9306 gops->gr.suspend_contexts = gr_gk20a_suspend_contexts;
9307 gops->gr.resume_contexts = gr_gk20a_resume_contexts;
9307 gops->gr.get_preemption_mode_flags = gr_gk20a_get_preemption_mode_flags; 9308 gops->gr.get_preemption_mode_flags = gr_gk20a_get_preemption_mode_flags;
9308 gops->gr.program_active_tpc_counts = gr_gk20a_program_active_tpc_counts; 9309 gops->gr.program_active_tpc_counts = gr_gk20a_program_active_tpc_counts;
9309 gops->gr.program_sm_id_numbering = gr_gk20a_program_sm_id_numbering; 9310 gops->gr.program_sm_id_numbering = gr_gk20a_program_sm_id_numbering;