summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/clk_gm20b.h
diff options
context:
space:
mode:
authorHoang Pham <hopham@nvidia.com>2014-07-21 18:21:56 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:10:33 -0400
commitf7642ca185356f9f5593dad475a710b965d9826b (patch)
tree8053f02e6f145d6870c5a0788ce5057a7d3cba1c /drivers/gpu/nvgpu/gm20b/clk_gm20b.h
parentb972f8d15eca74d91b932f16b09aacb893e110a8 (diff)
gpu: nvgpu: Fork GM20B clock from GK20A clock
Bug 1450787 Change-Id: Id7fb699d9129a272286d6bc93e0e95844440a628 Signed-off-by: Hoang Pham <hopham@nvidia.com> Reviewed-on: http://git-master/r/440536 Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/clk_gm20b.h')
-rw-r--r--drivers/gpu/nvgpu/gm20b/clk_gm20b.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/clk_gm20b.h b/drivers/gpu/nvgpu/gm20b/clk_gm20b.h
index cac5708c..8615a4c1 100644
--- a/drivers/gpu/nvgpu/gm20b/clk_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/clk_gm20b.h
@@ -21,6 +21,9 @@
21 21
22#include <linux/mutex.h> 22#include <linux/mutex.h>
23 23
24/* APIs used for separate HAL */
24void gm20b_init_clk_ops(struct gpu_ops *gops); 25void gm20b_init_clk_ops(struct gpu_ops *gops);
26int gm20b_init_clk_support(struct gk20a *g);
27int gm20b_suspend_clk_support(struct gk20a *g);
25 28
26#endif /* _NVHOST_CLK_GM20B_H_ */ 29#endif /* _NVHOST_CLK_GM20B_H_ */