From ba387d3d7e81072641e0134c1c1d4fcf890f1b70 Mon Sep 17 00:00:00 2001 From: Hoang Pham Date: Mon, 14 Jul 2014 10:42:35 -0700 Subject: gpu: Split clk_ops for GK20A and GM20B Split clk_ops for GK20A and GM20B into different files Bug 1450787 Change-Id: I34d16c54ac40c70854e80588475434c9e50b51a5 Signed-off-by: Hoang Pham Reviewed-on: http://git-master/r/437771 Reviewed-by: Yu-Huan Hsu --- drivers/gpu/nvgpu/gm20b/hal_gm20b.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/gpu/nvgpu/gm20b/hal_gm20b.c') diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c index 0d6b0447..5e8fc0ae 100644 --- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c +++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c @@ -26,6 +26,7 @@ #include "gr_ctx_gm20b.h" #include "mm_gm20b.h" #include "pmu_gm20b.h" +#include "clk_gm20b.h" struct gpu_ops gm20b_ops = { .clock_gating = { @@ -53,6 +54,7 @@ int gm20b_init_hal(struct gpu_ops *gops) gm20b_init_gr_ctx(gops); gm20b_init_mm(gops); gm20b_init_pmu_ops(gops); + gm20b_init_clk_ops(gops); gops->name = "gm20b"; return 0; -- cgit v1.2.2