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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/gr_gv11b.h b/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
index 0f29ea24..30cc7f0a 100644
--- a/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
@@ -43,7 +43,7 @@ struct zbc_entry;
43struct zbc_query_params; 43struct zbc_query_params;
44struct nvgpu_gr_ctx; 44struct nvgpu_gr_ctx;
45struct nvgpu_warpstate; 45struct nvgpu_warpstate;
46struct nvgpu_gr_sm_error_state; 46struct nvgpu_tsg_sm_error_state;
47struct gr_ctx_desc; 47struct gr_ctx_desc;
48struct gr_gk20a_isr_data; 48struct gr_gk20a_isr_data;
49struct gk20a_debug_output; 49struct gk20a_debug_output;
@@ -168,7 +168,7 @@ int gv11b_gr_sm_trigger_suspend(struct gk20a *g);
168void gv11b_gr_bpt_reg_info(struct gk20a *g, struct nvgpu_warpstate *w_state); 168void gv11b_gr_bpt_reg_info(struct gk20a *g, struct nvgpu_warpstate *w_state);
169int gv11b_gr_update_sm_error_state(struct gk20a *g, 169int gv11b_gr_update_sm_error_state(struct gk20a *g,
170 struct channel_gk20a *ch, u32 sm_id, 170 struct channel_gk20a *ch, u32 sm_id,
171 struct nvgpu_gr_sm_error_state *sm_error_state); 171 struct nvgpu_tsg_sm_error_state *sm_error_state);
172int gv11b_gr_set_sm_debug_mode(struct gk20a *g, 172int gv11b_gr_set_sm_debug_mode(struct gk20a *g,
173 struct channel_gk20a *ch, u64 sms, bool enable); 173 struct channel_gk20a *ch, u64 sms, bool enable);
174int gv11b_gr_record_sm_error_state(struct gk20a *g, u32 gpc, u32 tpc, u32 sm, 174int gv11b_gr_record_sm_error_state(struct gk20a *g, u32 gpc, u32 tpc, u32 sm,