summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/clk/clk_vf_point.c
diff options
context:
space:
mode:
authorMahantesh Kumbar <mkumbar@nvidia.com>2017-05-10 11:05:24 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-06-05 02:05:18 -0400
commit673dd971600b26131c0afdb221e13c080da022fd (patch)
tree7c8416ac2ef61891812773d55c8c8dc61da824aa /drivers/gpu/nvgpu/clk/clk_vf_point.c
parent7668ccb2a2e4a8c13d82b427c65be79c725afe08 (diff)
gpu: nvgpu: moved & renamed "struct pmu_gk20a"
- Renamed "struct pmu_gk20a" to "struct nvgpu_pmu" then moved to file "pmu.h" under folder "drivers/gpu/nvgpu/include/nvgpu/" - Included header file "pmu.h" to dependent file & removed "pmu_gk20a.h" include if its usage is not present. - Replaced "struct pmu_gk20a" with "struct nvgpu_pmu" in dependent source & header files. JIRA NVGPU-56 Change-Id: Ia3c606616831027093d5c216959c6a40d7c2632e Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: http://git-master/r/1479209 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/clk/clk_vf_point.c')
-rw-r--r--drivers/gpu/nvgpu/clk/clk_vf_point.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/clk/clk_vf_point.c b/drivers/gpu/nvgpu/clk/clk_vf_point.c
index 3ec111f0..a53af185 100644
--- a/drivers/gpu/nvgpu/clk/clk_vf_point.c
+++ b/drivers/gpu/nvgpu/clk/clk_vf_point.c
@@ -11,6 +11,7 @@
11 * more details. 11 * more details.
12 */ 12 */
13 13
14
14#include "gk20a/gk20a.h" 15#include "gk20a/gk20a.h"
15#include "clk.h" 16#include "clk.h"
16#include "clk_vf_point.h" 17#include "clk_vf_point.h"
@@ -18,7 +19,6 @@
18#include "boardobj/boardobjgrp_e32.h" 19#include "boardobj/boardobjgrp_e32.h"
19#include "ctrl/ctrlclk.h" 20#include "ctrl/ctrlclk.h"
20#include "ctrl/ctrlvolt.h" 21#include "ctrl/ctrlvolt.h"
21#include "gk20a/pmu_gk20a.h"
22 22
23static u32 _clk_vf_point_pmudatainit_super(struct gk20a *g, struct boardobj 23static u32 _clk_vf_point_pmudatainit_super(struct gk20a *g, struct boardobj
24 *board_obj_ptr, struct nv_pmu_boardobj *ppmudata); 24 *board_obj_ptr, struct nv_pmu_boardobj *ppmudata);