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 081ec077..f16be5a1 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -84,6 +84,7 @@ struct gpu_ops {
84 void (*init_fs_state)(struct gk20a *g); 84 void (*init_fs_state)(struct gk20a *g);
85 void (*elpg_flush)(struct gk20a *g); 85 void (*elpg_flush)(struct gk20a *g);
86 void (*isr)(struct gk20a *g); 86 void (*isr)(struct gk20a *g);
87 u32 (*cbc_fix_config)(struct gk20a *g, int base);
87 } ltc; 88 } ltc;
88 struct { 89 struct {
89 int (*init_fs_state)(struct gk20a *g); 90 int (*init_fs_state)(struct gk20a *g);