summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/gr_gv11b.c')
-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 9e43941d..27fb7cb9 100644
--- a/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
@@ -2584,7 +2584,7 @@ fail:
2584int gv11b_gr_set_sm_debug_mode(struct gk20a *g, 2584int gv11b_gr_set_sm_debug_mode(struct gk20a *g,
2585 struct channel_gk20a *ch, u64 sms, bool enable) 2585 struct channel_gk20a *ch, u64 sms, bool enable)
2586{ 2586{
2587 struct nvgpu_dbg_gpu_reg_op *ops; 2587 struct nvgpu_dbg_reg_op *ops;
2588 unsigned int i = 0, sm_id; 2588 unsigned int i = 0, sm_id;
2589 int err; 2589 int err;
2590 2590