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 a0a67332..483cdd6e 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -296,6 +296,10 @@ struct gpu_ops {
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 u32 (*get_sm_no_lock_down_hww_global_esr_mask)(struct gk20a *g);
299 int (*lock_down_sm)(struct gk20a *g, u32 gpc, u32 tpc, u32 sm,
300 u32 global_esr_mask, bool check_errors);
301 int (*wait_for_sm_lock_down)(struct gk20a *g, u32 gpc, u32 tpc,
302 u32 sm, u32 global_esr_mask, bool check_errors);
299 void (*get_esr_sm_sel)(struct gk20a *g, u32 gpc, u32 tpc, 303 void (*get_esr_sm_sel)(struct gk20a *g, u32 gpc, u32 tpc,
300 u32 *esr_sm_sel); 304 u32 *esr_sm_sel);
301 int (*handle_sm_exception)(struct gk20a *g, 305 int (*handle_sm_exception)(struct gk20a *g,