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