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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 0207588f..24c062d2 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -202,6 +202,10 @@ struct gpu_ops {
202 struct channel_gk20a *fault_ch, 202 struct channel_gk20a *fault_ch,
203 bool *early_exit, bool *ignore_debugger); 203 bool *early_exit, bool *ignore_debugger);
204 u32 (*mask_hww_warp_esr)(u32 hww_warp_esr); 204 u32 (*mask_hww_warp_esr)(u32 hww_warp_esr);
205 int (*handle_sm_exception)(struct gk20a *g, u32 gpc, u32 tpc,
206 bool *post_event, struct channel_gk20a *fault_ch);
207 int (*handle_tex_exception)(struct gk20a *g, u32 gpc, u32 tpc,
208 bool *post_event);
205 } gr; 209 } gr;
206 const char *name; 210 const char *name;
207 struct { 211 struct {