summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common
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/common
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/common')
-rw-r--r--drivers/gpu/nvgpu/common/linux/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/pci.c b/drivers/gpu/nvgpu/common/linux/pci.c
index 939854e7..87751351 100644
--- a/drivers/gpu/nvgpu/common/linux/pci.c
+++ b/drivers/gpu/nvgpu/common/linux/pci.c
@@ -28,8 +28,8 @@
28#include "clk/clk_mclk.h" 28#include "clk/clk_mclk.h"
29#include "module.h" 29#include "module.h"
30#include "intr.h" 30#include "intr.h"
31#include "gp106/pmu_mclk_gp106.h"
32#include "sysfs.h" 31#include "sysfs.h"
32
33#include "pci.h" 33#include "pci.h"
34 34
35#include "os_linux.h" 35#include "os_linux.h"