summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/platform_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/platform_gk20a.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
index 94b8d157..f13a11ea 100644
--- a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
@@ -179,6 +179,8 @@ struct gk20a_platform {
179 int (*clk_set_rate)(struct device *dev, 179 int (*clk_set_rate)(struct device *dev,
180 unsigned long rate); 180 unsigned long rate);
181 181
182 /* Called to register GPCPLL with common clk framework */
183 int (*clk_register)(struct gk20a *g);
182 184
183 /* Postscale callback is called after frequency change */ 185 /* Postscale callback is called after frequency change */
184 void (*postscale)(struct device *dev, 186 void (*postscale)(struct device *dev,