summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/gr_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/gr_gp10b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/gr_gp10b.c b/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
index 2a3ecd31..5d17472f 100644
--- a/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
@@ -1829,7 +1829,7 @@ static int gr_gp10b_pre_process_sm_exception(struct gk20a *g,
1829 gk20a_dbg(gpu_dbg_fn | gpu_dbg_gpu_dbg, 1829 gk20a_dbg(gpu_dbg_fn | gpu_dbg_gpu_dbg,
1830 "CILP: STOP_TRIGGER from gpc %d tpc %d\n", 1830 "CILP: STOP_TRIGGER from gpc %d tpc %d\n",
1831 gpc, tpc); 1831 gpc, tpc);
1832 gk20a_suspend_single_sm(g, gpc, tpc, global_mask, true); 1832 g->ops.gr.suspend_single_sm(g, gpc, tpc, sm, global_mask, true);
1833 } 1833 }
1834 1834
1835 /* reset the HWW errors after locking down */ 1835 /* reset the HWW errors after locking down */