summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/platform_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/platform_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/common/linux/platform_gk20a.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/platform_gk20a.h b/drivers/gpu/nvgpu/common/linux/platform_gk20a.h
index b0c089e6..60e71a74 100644
--- a/drivers/gpu/nvgpu/common/linux/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/common/linux/platform_gk20a.h
@@ -177,6 +177,9 @@ struct gk20a_platform {
177 /* Called to register GPCPLL with common clk framework */ 177 /* Called to register GPCPLL with common clk framework */
178 int (*clk_register)(struct gk20a *g); 178 int (*clk_register)(struct gk20a *g);
179 179
180 /* platform specific scale init quirks */
181 void (*initscale)(struct device *dev);
182
180 /* Postscale callback is called after frequency change */ 183 /* Postscale callback is called after frequency change */
181 void (*postscale)(struct device *dev, 184 void (*postscale)(struct device *dev,
182 unsigned long freq); 185 unsigned long freq);