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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/gr_gv11b.c b/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
index e697b491..4f517fa7 100644
--- a/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
@@ -3101,7 +3101,8 @@ int gv11b_gr_set_sm_debug_mode(struct gk20a *g,
3101 return err; 3101 return err;
3102} 3102}
3103 3103
3104int gv11b_gr_record_sm_error_state(struct gk20a *g, u32 gpc, u32 tpc) 3104int gv11b_gr_record_sm_error_state(struct gk20a *g, u32 gpc, u32 tpc,
3105 struct channel_gk20a *fault_ch)
3105{ 3106{
3106 int sm_id; 3107 int sm_id;
3107 struct gr_gk20a *gr = &g->gr; 3108 struct gr_gk20a *gr = &g->gr;