From c12eb17340c90086f378c239da3d9015e7878f0c Mon Sep 17 00:00:00 2001 From: Thomas Fleury Date: Wed, 21 Jun 2017 11:13:22 -0700 Subject: gpu: nvgpu: move mclk related functions to clk Move mclk related functions be moved to clk structure instead of pmu. We want to keep pmu only for basic pmu interaction and split clk, lpwr etc. Bug 1921094 Change-Id: I32394bc0e6d3657dfbd34dbcf19c9af56c12e194 Signed-off-by: Thomas Fleury Reviewed-on: https://git-master/r/1506586 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gp106/pmu_gp106.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'drivers/gpu/nvgpu/gp106/pmu_gp106.c') diff --git a/drivers/gpu/nvgpu/gp106/pmu_gp106.c b/drivers/gpu/nvgpu/gp106/pmu_gp106.c index 632023ba..eec89695 100644 --- a/drivers/gpu/nvgpu/gp106/pmu_gp106.c +++ b/drivers/gpu/nvgpu/gp106/pmu_gp106.c @@ -20,7 +20,6 @@ #include "gm20b/pmu_gm20b.h" #include "gp10b/pmu_gp10b.h" #include "gp106/pmu_gp106.h" -#include "gp106/pmu_mclk_gp106.h" #include "gp106/acr_gp106.h" #include "clk/clk_mclk.h" @@ -331,9 +330,6 @@ void gp106_init_pmu_ops(struct gpu_ops *gops) gops->pmu.pmu_lpwr_disable_pg = nvgpu_lpwr_disable_pg; gops->pmu.pmu_pg_param_post_init = nvgpu_lpwr_post_init; gops->pmu.dump_secure_fuses = NULL; - gops->pmu.mclk_init = gp106_mclk_init; - gops->pmu.mclk_change = gp106_mclk_change; - gops->pmu.mclk_deinit = gp106_mclk_deinit; gops->pmu.is_pmu_supported = gp106_is_pmu_supported; gops->pmu.reset_engine = gp106_pmu_engine_reset; gops->pmu.is_engine_in_reset = gp106_pmu_is_engine_in_reset; -- cgit v1.2.2