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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index af40c969..9ab0d202 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -304,6 +304,9 @@ struct gpu_ops {
304 int (*handle_sm_exception)(struct gk20a *g, u32 gpc, u32 tpc, 304 int (*handle_sm_exception)(struct gk20a *g, u32 gpc, u32 tpc,
305 bool *post_event, struct channel_gk20a *fault_ch, 305 bool *post_event, struct channel_gk20a *fault_ch,
306 u32 *hww_global_esr); 306 u32 *hww_global_esr);
307 int (*handle_gcc_exception)(struct gk20a *g, u32 gpc, u32 tpc,
308 bool *post_event, struct channel_gk20a *fault_ch,
309 u32 *hww_global_esr);
307 int (*handle_tex_exception)(struct gk20a *g, u32 gpc, u32 tpc, 310 int (*handle_tex_exception)(struct gk20a *g, u32 gpc, u32 tpc,
308 bool *post_event); 311 bool *post_event);
309 void (*enable_gpc_exceptions)(struct gk20a *g); 312 void (*enable_gpc_exceptions)(struct gk20a *g);