From f7642ca185356f9f5593dad475a710b965d9826b Mon Sep 17 00:00:00 2001 From: Hoang Pham Date: Mon, 21 Jul 2014 15:21:56 -0700 Subject: gpu: nvgpu: Fork GM20B clock from GK20A clock Bug 1450787 Change-Id: Id7fb699d9129a272286d6bc93e0e95844440a628 Signed-off-by: Hoang Pham Reviewed-on: http://git-master/r/440536 Reviewed-by: Yu-Huan Hsu --- drivers/gpu/nvgpu/gm20b/clk_gm20b.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'drivers/gpu/nvgpu/gm20b/clk_gm20b.h') 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 @@ #include +/* APIs used for separate HAL */ void gm20b_init_clk_ops(struct gpu_ops *gops); +int gm20b_init_clk_support(struct gk20a *g); +int gm20b_suspend_clk_support(struct gk20a *g); #endif /* _NVHOST_CLK_GM20B_H_ */ -- cgit v1.2.2