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 07185db2..068eb070 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -6053,7 +6053,7 @@ int gk20a_gr_isr(struct gk20a *g)
6053 /* signal clients waiting on an event */ 6053 /* signal clients waiting on an event */
6054 if (g->ops.gr.sm_debugger_attached(g) && 6054 if (g->ops.gr.sm_debugger_attached(g) &&
6055 post_event && fault_ch) { 6055 post_event && fault_ch) {
6056 gk20a_dbg_gpu_post_events(fault_ch); 6056 g->ops.debugger.post_events(fault_ch);
6057 } 6057 }
6058 } 6058 }
6059 6059