summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/gk20a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/gk20a.h b/drivers/gpu/nvgpu/include/nvgpu/gk20a.h
index 892aa9af..d0f51055 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/gk20a.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/gk20a.h
@@ -1066,6 +1066,7 @@ struct gpu_ops {
1066 int (*alloc_super_surface)(struct gk20a *g, 1066 int (*alloc_super_surface)(struct gk20a *g,
1067 struct nvgpu_mem *super_surface, u32 size); 1067 struct nvgpu_mem *super_surface, u32 size);
1068 bool (*is_debug_mode_enabled)(struct gk20a *g); 1068 bool (*is_debug_mode_enabled)(struct gk20a *g);
1069 void (*secured_pmu_start)(struct gk20a *g);
1069 } pmu; 1070 } pmu;
1070 struct { 1071 struct {
1071 int (*init_debugfs)(struct gk20a *g); 1072 int (*init_debugfs)(struct gk20a *g);