summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2016-10-14 16:44:29 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2016-10-17 17:46:44 -0400
commit8b051f34fc10caa7309c0ae964fbc708d6a679a2 (patch)
tree8c0ae62d0c41ca22efca462adb6630517da53b1c /drivers/gpu/nvgpu/gk20a/gk20a.h
parent70e04628617840f65768a6ec681fa42b042e99e1 (diff)
gpu: nvgpu: add func ptr for gpc exceptions
Add function ptr for enabling gpc exceptions JIRA GV11B-28 JIRA GV11B-27 Change-Id: I4c7e4300825bf096c22f229ae7196f324ce40037 Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: http://git-master/r/1236902 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 933ab4a9..8e0072de 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -275,6 +275,7 @@ struct gpu_ops {
275 u32 *hww_global_esr); 275 u32 *hww_global_esr);
276 int (*handle_tex_exception)(struct gk20a *g, u32 gpc, u32 tpc, 276 int (*handle_tex_exception)(struct gk20a *g, u32 gpc, u32 tpc,
277 bool *post_event); 277 bool *post_event);
278 void (*enable_gpc_exceptions)(struct gk20a *g);
278 void (*create_gr_sysfs)(struct device *dev); 279 void (*create_gr_sysfs)(struct device *dev);
279 u32 (*get_lrf_tex_ltc_dram_override)(struct gk20a *g); 280 u32 (*get_lrf_tex_ltc_dram_override)(struct gk20a *g);
280 int (*record_sm_error_state)(struct gk20a *g, 281 int (*record_sm_error_state)(struct gk20a *g,