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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index 37ac8748..a082cd92 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -5608,7 +5608,7 @@ int gr_gk20a_handle_sm_exception(struct gk20a *g, u32 gpc, u32 tpc, u32 sm,
5608 "sm hww global 0x%08x warp 0x%08x", global_esr, warp_esr); 5608 "sm hww global 0x%08x warp 0x%08x", global_esr, warp_esr);
5609 5609
5610 gr_gk20a_elpg_protected_call(g, 5610 gr_gk20a_elpg_protected_call(g,
5611 g->ops.gr.record_sm_error_state(g, gpc, tpc, fault_ch)); 5611 g->ops.gr.record_sm_error_state(g, gpc, tpc, sm, fault_ch));
5612 5612
5613 if (g->ops.gr.pre_process_sm_exception) { 5613 if (g->ops.gr.pre_process_sm_exception) {
5614 ret = g->ops.gr.pre_process_sm_exception(g, gpc, tpc, sm, 5614 ret = g->ops.gr.pre_process_sm_exception(g, gpc, tpc, sm,