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 d985a44d..4cabf214 100644
--- a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
@@ -1632,4 +1632,5 @@ void gm20b_init_gr(struct gpu_ops *gops)
1632 gops->gr.get_esr_sm_sel = gk20a_gr_get_esr_sm_sel; 1632 gops->gr.get_esr_sm_sel = gk20a_gr_get_esr_sm_sel;
1633 gops->gr.sm_debugger_attached = gk20a_gr_sm_debugger_attached; 1633 gops->gr.sm_debugger_attached = gk20a_gr_sm_debugger_attached;
1634 gops->gr.suspend_single_sm = gk20a_gr_suspend_single_sm; 1634 gops->gr.suspend_single_sm = gk20a_gr_suspend_single_sm;
1635 gops->gr.suspend_all_sms = gk20a_gr_suspend_all_sms;
1635} 1636}