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 9c09e85f..4f3b34b8 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -414,6 +414,7 @@ struct gpu_ops {
414 u32 (*tpc_enabled_exceptions)(struct gk20a *g); 414 u32 (*tpc_enabled_exceptions)(struct gk20a *g);
415 int (*set_czf_bypass)(struct gk20a *g, 415 int (*set_czf_bypass)(struct gk20a *g,
416 struct channel_gk20a *ch); 416 struct channel_gk20a *ch);
417 void (*init_czf_bypass)(struct gk20a *g);
417 bool (*sm_debugger_attached)(struct gk20a *g); 418 bool (*sm_debugger_attached)(struct gk20a *g);
418 void (*suspend_single_sm)(struct gk20a *g, 419 void (*suspend_single_sm)(struct gk20a *g,
419 u32 gpc, u32 tpc, u32 sm, 420 u32 gpc, u32 tpc, u32 sm,