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