summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2018-01-19 17:47:47 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2018-01-31 16:23:21 -0500
commit9beefc45516097db2eabf2887ff66d3334ff9fde (patch)
treec2b390e4b6ebfb642c87af423a22290561fc60bf /drivers/gpu/nvgpu/gv11b/gr_gv11b.h
parent8e523a9a53088cd6b8645ab2b9ea8b3cd7cd5e9d (diff)
gpu: nvgpu: add fecs_host_int_enable hal
This will be used to enable fecs interrupts per chip. Change-Id: Id99412ca1a9c4caad999c3458b0e9701515db4b9 Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1642554 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/gr_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/gr_gv11b.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/gr_gv11b.h b/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
index 774afe56..157c567a 100644
--- a/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
@@ -133,6 +133,7 @@ int gr_gv11b_pre_process_sm_exception(struct gk20a *g,
133 u32 gpc, u32 tpc, u32 sm, u32 global_esr, u32 warp_esr, 133 u32 gpc, u32 tpc, u32 sm, u32 global_esr, u32 warp_esr,
134 bool sm_debugger_attached, struct channel_gk20a *fault_ch, 134 bool sm_debugger_attached, struct channel_gk20a *fault_ch,
135 bool *early_exit, bool *ignore_debugger); 135 bool *early_exit, bool *ignore_debugger);
136void gr_gv11b_fecs_host_int_enable(struct gk20a *g);
136int gr_gv11b_handle_fecs_error(struct gk20a *g, 137int gr_gv11b_handle_fecs_error(struct gk20a *g,
137 struct channel_gk20a *__ch, 138 struct channel_gk20a *__ch,
138 struct gr_gk20a_isr_data *isr_data); 139 struct gr_gk20a_isr_data *isr_data);