summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2017-05-03 16:36:42 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-05-30 11:43:35 -0400
commit68300d9c027acd4263d56ede497c3dce50625e61 (patch)
treea5990d16148849665849ba7684a7fbbaf85e88b1 /drivers/gpu/nvgpu/gk20a/gk20a.h
parent351793947ba6db2cc382962818680e9858959b86 (diff)
gpu: nvgpu: add enable_exceptions gr ops
This is needed to enable chip specific gr exceptions JIRA GPUT19X-75 Change-Id: I5ca8d0e51d00947c3ab1675bb6331207def433a4 Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: http://git-master/r/1474851 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 f246b857..1dff07fa 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -314,6 +314,7 @@ struct gpu_ops {
314 int (*handle_gpc_gpccs_exception)(struct gk20a *g, u32 gpc, 314 int (*handle_gpc_gpccs_exception)(struct gk20a *g, u32 gpc,
315 u32 gpc_exception); 315 u32 gpc_exception);
316 void (*enable_gpc_exceptions)(struct gk20a *g); 316 void (*enable_gpc_exceptions)(struct gk20a *g);
317 void (*enable_exceptions)(struct gk20a *g);
317 void (*create_gr_sysfs)(struct device *dev); 318 void (*create_gr_sysfs)(struct device *dev);
318 u32 (*get_lrf_tex_ltc_dram_override)(struct gk20a *g); 319 u32 (*get_lrf_tex_ltc_dram_override)(struct gk20a *g);
319 int (*record_sm_error_state)(struct gk20a *g, 320 int (*record_sm_error_state)(struct gk20a *g,