summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/gr_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/gr_gv11b.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/gr_gv11b.h b/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
index 4615ff55..018938f6 100644
--- a/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
@@ -166,7 +166,8 @@ int gv11b_gr_update_sm_error_state(struct gk20a *g,
166 struct nvgpu_gr_sm_error_state *sm_error_state); 166 struct nvgpu_gr_sm_error_state *sm_error_state);
167int gv11b_gr_set_sm_debug_mode(struct gk20a *g, 167int gv11b_gr_set_sm_debug_mode(struct gk20a *g,
168 struct channel_gk20a *ch, u64 sms, bool enable); 168 struct channel_gk20a *ch, u64 sms, bool enable);
169int gv11b_gr_record_sm_error_state(struct gk20a *g, u32 gpc, u32 tpc); 169int gv11b_gr_record_sm_error_state(struct gk20a *g, u32 gpc, u32 tpc,
170 struct channel_gk20a *fault_ch);
170void gv11b_gr_set_hww_esr_report_mask(struct gk20a *g); 171void gv11b_gr_set_hww_esr_report_mask(struct gk20a *g);
171bool gv11b_gr_sm_debugger_attached(struct gk20a *g); 172bool gv11b_gr_sm_debugger_attached(struct gk20a *g);
172void gv11b_gr_suspend_single_sm(struct gk20a *g, 173void gv11b_gr_suspend_single_sm(struct gk20a *g,