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 59a04d2c..2f33301d 100644
--- a/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
@@ -2516,7 +2516,7 @@ void gv11b_gr_bpt_reg_info(struct gk20a *g, struct nvgpu_warpstate *w_state)
2516 2516
2517int gv11b_gr_update_sm_error_state(struct gk20a *g, 2517int gv11b_gr_update_sm_error_state(struct gk20a *g,
2518 struct channel_gk20a *ch, u32 sm_id, 2518 struct channel_gk20a *ch, u32 sm_id,
2519 struct nvgpu_dbg_gpu_sm_error_state_record *sm_error_state) 2519 struct nvgpu_gr_sm_error_state *sm_error_state)
2520{ 2520{
2521 u32 gpc, tpc, sm, offset; 2521 u32 gpc, tpc, sm, offset;
2522 struct gr_gk20a *gr = &g->gr; 2522 struct gr_gk20a *gr = &g->gr;