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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index fa1b39fd..dee74fdd 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -317,6 +317,8 @@ struct gpu_ops {
317 u32 *hww_global_esr); 317 u32 *hww_global_esr);
318 int (*handle_tex_exception)(struct gk20a *g, u32 gpc, u32 tpc, 318 int (*handle_tex_exception)(struct gk20a *g, u32 gpc, u32 tpc,
319 bool *post_event); 319 bool *post_event);
320 int (*handle_tpc_mpc_exception)(struct gk20a *g,
321 u32 gpc, u32 tpc, bool *post_event);
320 int (*handle_gpc_gpccs_exception)(struct gk20a *g, u32 gpc, 322 int (*handle_gpc_gpccs_exception)(struct gk20a *g, u32 gpc,
321 u32 gpc_exception); 323 u32 gpc_exception);
322 int (*handle_gpc_gpcmmu_exception)(struct gk20a *g, u32 gpc, 324 int (*handle_gpc_gpcmmu_exception)(struct gk20a *g, u32 gpc,