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 93a5bb23..ac1226fc 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1075,6 +1075,7 @@ struct gpu_ops {
1075 u32 (*get_irqdest)(struct gk20a *g); 1075 u32 (*get_irqdest)(struct gk20a *g);
1076 int (*alloc_super_surface)(struct gk20a *g, 1076 int (*alloc_super_surface)(struct gk20a *g,
1077 struct nvgpu_mem *super_surface, u32 size); 1077 struct nvgpu_mem *super_surface, u32 size);
1078 bool (*is_debug_mode_enabled)(struct gk20a *g);
1078 } pmu; 1079 } pmu;
1079 struct { 1080 struct {
1080 int (*init_debugfs)(struct gk20a *g); 1081 int (*init_debugfs)(struct gk20a *g);