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 ed209929..d48b94aa 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -179,6 +179,7 @@ struct gpu_ops {
179 void (*init_sm_dsm_reg_info)(void); 179 void (*init_sm_dsm_reg_info)(void);
180 int (*wait_empty)(struct gk20a *g, unsigned long end_jiffies, 180 int (*wait_empty)(struct gk20a *g, unsigned long end_jiffies,
181 u32 expect_delay); 181 u32 expect_delay);
182 void (*init_cyclestats)(struct gk20a *g);
182 } gr; 183 } gr;
183 const char *name; 184 const char *name;
184 struct { 185 struct {