summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 95b93496..e30a89fe 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -304,6 +304,10 @@ struct gpu_ops {
304 u32 global_esr); 304 u32 global_esr);
305 void (*get_esr_sm_sel)(struct gk20a *g, u32 gpc, u32 tpc, 305 void (*get_esr_sm_sel)(struct gk20a *g, u32 gpc, u32 tpc,
306 u32 *esr_sm_sel); 306 u32 *esr_sm_sel);
307 int (*handle_tpc_sm_ecc_exception)(struct gk20a *g,
308 u32 gpc, u32 tpc,
309 bool *post_event, struct channel_gk20a *fault_ch,
310 u32 *hww_global_esr);
307 int (*handle_sm_exception)(struct gk20a *g, 311 int (*handle_sm_exception)(struct gk20a *g,
308 u32 gpc, u32 tpc, u32 sm, 312 u32 gpc, u32 tpc, u32 sm,
309 bool *post_event, struct channel_gk20a *fault_ch, 313 bool *post_event, struct channel_gk20a *fault_ch,