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 7dd4a9fa..9203882c 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -291,7 +291,8 @@ struct gpu_ops {
291 bool sm_debugger_attached, 291 bool sm_debugger_attached,
292 struct channel_gk20a *fault_ch, 292 struct channel_gk20a *fault_ch,
293 bool *early_exit, bool *ignore_debugger); 293 bool *early_exit, bool *ignore_debugger);
294 u32 (*mask_hww_warp_esr)(u32 hww_warp_esr); 294 u32 (*get_sm_hww_warp_esr)(struct gk20a *g,
295 u32 gpc, u32 tpc, u32 sm);
295 void (*get_esr_sm_sel)(struct gk20a *g, u32 gpc, u32 tpc, 296 void (*get_esr_sm_sel)(struct gk20a *g, u32 gpc, u32 tpc,
296 u32 *esr_sm_sel); 297 u32 *esr_sm_sel);
297 int (*handle_sm_exception)(struct gk20a *g, 298 int (*handle_sm_exception)(struct gk20a *g,