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 b95152eb..2b0e8be7 100644
--- a/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
@@ -3116,7 +3116,7 @@ static int gv11b_gr_wait_for_sm_lock_down(struct gk20a *g,
3116 u32 warp_esr, global_esr; 3116 u32 warp_esr, global_esr;
3117 struct nvgpu_timeout timeout; 3117 struct nvgpu_timeout timeout;
3118 u32 offset = gk20a_gr_gpc_offset(g, gpc) + 3118 u32 offset = gk20a_gr_gpc_offset(g, gpc) +
3119 gk20a_gr_tpc_offset(g, tpc); 3119 gk20a_gr_tpc_offset(g, tpc) +
3120 gv11b_gr_sm_offset(g, sm); 3120 gv11b_gr_sm_offset(g, sm);
3121 3121
3122 gk20a_dbg(gpu_dbg_intr | gpu_dbg_gpu_dbg, 3122 gk20a_dbg(gpu_dbg_intr | gpu_dbg_gpu_dbg,