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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 33d40cd5..e586913e 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -866,6 +866,8 @@ struct gpu_ops {
866 void *lsfm, u32 *p_bl_gen_desc_size, u32 falconid); 866 void *lsfm, u32 *p_bl_gen_desc_size, u32 falconid);
867 void (*handle_ext_irq)(struct gk20a *g, u32 intr); 867 void (*handle_ext_irq)(struct gk20a *g, u32 intr);
868 void (*set_irqmask)(struct gk20a *g); 868 void (*set_irqmask)(struct gk20a *g);
869 void (*update_lspmu_cmdline_args)(struct gk20a *g);
870 void (*setup_apertures)(struct gk20a *g);
869 } pmu; 871 } pmu;
870 struct { 872 struct {
871 int (*init_debugfs)(struct gk20a *g); 873 int (*init_debugfs)(struct gk20a *g);