summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2017-07-09 16:56:31 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-07-10 02:34:19 -0400
commit961e98aa11d11e46c57318cd9c8a3b4b41ede7a2 (patch)
tree3522b0670d9ec508d9456eb0b296944d90b65eda /drivers/gpu/nvgpu/gk20a/gk20a.h
parent0e53ae618c21a0ac21f2648346301f9e29d4d463 (diff)
gpu: nvgpu: add gr ops for mpc exception handling
Required for t19x JIRA GPUT19X-69 Change-Id: I96d1ee2ae1bf310ce572cb4dc7773818a42a25a0 Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: https://git-master/r/1515913 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com>
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,