summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106
diff options
context:
space:
mode:
authorThomas Fleury <tfleury@nvidia.com>2017-06-26 13:51:17 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-06-30 11:46:35 -0400
commit3ffcadc8dd6152d4ce2677b4e5d8e043a3df58ac (patch)
tree7d3a7738b2b3c988d7da18c7ece11da9c3d63701 /drivers/gpu/nvgpu/gp106
parente2c4832a219a7502448cb1084ce0ee48311b80b8 (diff)
gpu: nvgpu: rename pmu_mclk_gp106 to mclk_gp106
Rename files, as they are not directly related to PMU. They just send commands to PMU, similar to all other clock change codes. Bug 1921094 Change-Id: I4a67d4c950d995c68cfce464108cd36104f44080 Signed-off-by: Thomas Fleury <tfleury@nvidia.com> Reviewed-on: https://git-master/r/1508820 GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gp106')
-rw-r--r--drivers/gpu/nvgpu/gp106/clk_gp106.c2
-rw-r--r--drivers/gpu/nvgpu/gp106/mclk_gp106.c (renamed from drivers/gpu/nvgpu/gp106/pmu_mclk_gp106.c)2
-rw-r--r--drivers/gpu/nvgpu/gp106/mclk_gp106.h (renamed from drivers/gpu/nvgpu/gp106/pmu_mclk_gp106.h)4
3 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gp106/clk_gp106.c b/drivers/gpu/nvgpu/gp106/clk_gp106.c
index 08639e0b..f8353296 100644
--- a/drivers/gpu/nvgpu/gp106/clk_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/clk_gp106.c
@@ -30,7 +30,7 @@
30#include "clk_gp106.h" 30#include "clk_gp106.h"
31#include "clk/clk_arb.h" 31#include "clk/clk_arb.h"
32 32
33#include "gp106/pmu_mclk_gp106.h" 33#include "gp106/mclk_gp106.h"
34 34
35#include <nvgpu/hw/gp106/hw_trim_gp106.h> 35#include <nvgpu/hw/gp106/hw_trim_gp106.h>
36 36
diff --git a/drivers/gpu/nvgpu/gp106/pmu_mclk_gp106.c b/drivers/gpu/nvgpu/gp106/mclk_gp106.c
index c0e4269f..3558b501 100644
--- a/drivers/gpu/nvgpu/gp106/pmu_mclk_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/mclk_gp106.c
@@ -20,7 +20,7 @@
20#ifdef CONFIG_DEBUG_FS 20#ifdef CONFIG_DEBUG_FS
21#include "gk20a/platform_gk20a.h" 21#include "gk20a/platform_gk20a.h"
22#endif 22#endif
23#include "gp106/pmu_mclk_gp106.h" 23#include "gp106/mclk_gp106.h"
24 24
25#include <nvgpu/hw/gk20a/hw_pwr_gk20a.h> 25#include <nvgpu/hw/gk20a/hw_pwr_gk20a.h>
26#include <nvgpu/hw/gp106/hw_fb_gp106.h> 26#include <nvgpu/hw/gp106/hw_fb_gp106.h>
diff --git a/drivers/gpu/nvgpu/gp106/pmu_mclk_gp106.h b/drivers/gpu/nvgpu/gp106/mclk_gp106.h
index c61a7572..dad926ff 100644
--- a/drivers/gpu/nvgpu/gp106/pmu_mclk_gp106.h
+++ b/drivers/gpu/nvgpu/gp106/mclk_gp106.h
@@ -11,8 +11,8 @@
11* more details. 11* more details.
12*/ 12*/
13 13
14#ifndef _PMU_MCLK_GP106_H_ 14#ifndef _MCLK_GP106_H_
15#define _PMU_MCLK_GP106_H_ 15#define _MCLK_GP106_H_
16 16
17extern int gp106_mclk_init(struct gk20a *g); 17extern int gp106_mclk_init(struct gk20a *g);
18extern void gp106_mclk_deinit(struct gk20a *g); 18extern void gp106_mclk_deinit(struct gk20a *g);