summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b')
-rw-r--r--drivers/gpu/nvgpu/gv11b/gr_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/gr_gv11b.c b/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
index 0938e2ed..450775b1 100644
--- a/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
@@ -3377,7 +3377,7 @@ int gv11b_gr_set_sm_debug_mode(struct gk20a *g,
3377 i++; 3377 i++;
3378 } 3378 }
3379 3379
3380 err = gr_gk20a_exec_ctx_ops(ch, ops, i, i, 0); 3380 err = gr_gk20a_exec_ctx_ops(ch, ops, i, i, 0, NULL);
3381 if (err) { 3381 if (err) {
3382 nvgpu_err(g, "Failed to access register\n"); 3382 nvgpu_err(g, "Failed to access register\n");
3383 } 3383 }