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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 7eb98a2c..6f735af9 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -264,7 +264,8 @@ struct gpu_ops {
264 bool *early_exit, bool *ignore_debugger); 264 bool *early_exit, bool *ignore_debugger);
265 u32 (*mask_hww_warp_esr)(u32 hww_warp_esr); 265 u32 (*mask_hww_warp_esr)(u32 hww_warp_esr);
266 int (*handle_sm_exception)(struct gk20a *g, u32 gpc, u32 tpc, 266 int (*handle_sm_exception)(struct gk20a *g, u32 gpc, u32 tpc,
267 bool *post_event, struct channel_gk20a *fault_ch); 267 bool *post_event, struct channel_gk20a *fault_ch,
268 u32 *hww_global_esr);
268 int (*handle_tex_exception)(struct gk20a *g, u32 gpc, u32 tpc, 269 int (*handle_tex_exception)(struct gk20a *g, u32 gpc, u32 tpc,
269 bool *post_event); 270 bool *post_event);
270 void (*create_gr_sysfs)(struct device *dev); 271 void (*create_gr_sysfs)(struct device *dev);