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 c19b2bf8..3bc53992 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -73,6 +73,7 @@ struct gpu_ops {
73 int (*init_zbc)(struct gk20a *g, struct gr_gk20a *gr); 73 int (*init_zbc)(struct gk20a *g, struct gr_gk20a *gr);
74 void (*init_cbc)(struct gk20a *g, struct gr_gk20a *gr); 74 void (*init_cbc)(struct gk20a *g, struct gr_gk20a *gr);
75 void (*sync_debugfs)(struct gk20a *g); 75 void (*sync_debugfs)(struct gk20a *g);
76 void (*init_fs_state)(struct gk20a *g);
76 void (*elpg_flush)(struct gk20a *g); 77 void (*elpg_flush)(struct gk20a *g);
77 } ltc; 78 } ltc;
78 struct { 79 struct {
@@ -287,6 +288,8 @@ struct gk20a {
287 288
288 int irq_stall; 289 int irq_stall;
289 int irq_nonstall; 290 int irq_nonstall;
291 u32 max_ltc_count;
292 u32 ltc_count;
290 293
291 struct generic_pm_domain pd; 294 struct generic_pm_domain pd;
292 295