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, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index a1ad96b9..f97534b5 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -370,6 +370,9 @@ struct gpu_ops {
370 int (*set_czf_bypass)(struct gk20a *g, 370 int (*set_czf_bypass)(struct gk20a *g,
371 struct channel_gk20a *ch); 371 struct channel_gk20a *ch);
372 bool (*sm_debugger_attached)(struct gk20a *g); 372 bool (*sm_debugger_attached)(struct gk20a *g);
373 void (*suspend_single_sm)(struct gk20a *g,
374 u32 gpc, u32 tpc, u32 sm,
375 u32 global_esr_mask, bool check_errors);
373 } gr; 376 } gr;
374 struct { 377 struct {
375 void (*init_hw)(struct gk20a *g); 378 void (*init_hw)(struct gk20a *g);