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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index d45477fc..70b1ac5f 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -293,6 +293,8 @@ struct gpu_ops {
293 bool *early_exit, bool *ignore_debugger); 293 bool *early_exit, bool *ignore_debugger);
294 u32 (*get_sm_hww_warp_esr)(struct gk20a *g, 294 u32 (*get_sm_hww_warp_esr)(struct gk20a *g,
295 u32 gpc, u32 tpc, u32 sm); 295 u32 gpc, u32 tpc, u32 sm);
296 u32 (*get_sm_hww_global_esr)(struct gk20a *g,
297 u32 gpc, u32 tpc, u32 sm);
296 void (*get_esr_sm_sel)(struct gk20a *g, u32 gpc, u32 tpc, 298 void (*get_esr_sm_sel)(struct gk20a *g, u32 gpc, u32 tpc,
297 u32 *esr_sm_sel); 299 u32 *esr_sm_sel);
298 int (*handle_sm_exception)(struct gk20a *g, 300 int (*handle_sm_exception)(struct gk20a *g,