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>
This commit is contained in:
Thomas Fleury
2017-06-26 10:51:17 -07:00
committed by mobile promotions
parent e2c4832a21
commit 3ffcadc8dd
6 changed files with 7 additions and 7 deletions

View File

@@ -191,7 +191,7 @@ nvgpu-y += \
gp106/hal_gp106.o \
gp106/mm_gp106.o \
gp106/pmu_gp106.o \
gp106/pmu_mclk_gp106.o \
gp106/mclk_gp106.o \
gp106/gr_gp106.o \
gp106/gr_ctx_gp106.o \
gp106/acr_gp106.o \

View File

@@ -28,8 +28,8 @@
#include "clk/clk_mclk.h"
#include "module.h"
#include "intr.h"
#include "gp106/pmu_mclk_gp106.h"
#include "sysfs.h"
#include "pci.h"
#include "os_linux.h"

View File

@@ -23,7 +23,7 @@
#include "gk20a/platform_gk20a.h"
#include "gm20b/fifo_gm20b.h"
#include "bios_gm206.h"
#include "gp106/pmu_mclk_gp106.h"
#include "gp106/mclk_gp106.h"
#include <nvgpu/hw/gm206/hw_pwr_gm206.h>
#include <nvgpu/hw/gm206/hw_mc_gm206.h>

View File

@@ -30,7 +30,7 @@
#include "clk_gp106.h"
#include "clk/clk_arb.h"
#include "gp106/pmu_mclk_gp106.h"
#include "gp106/mclk_gp106.h"
#include <nvgpu/hw/gp106/hw_trim_gp106.h>

View File

@@ -20,7 +20,7 @@
#ifdef CONFIG_DEBUG_FS
#include "gk20a/platform_gk20a.h"
#endif
#include "gp106/pmu_mclk_gp106.h"
#include "gp106/mclk_gp106.h"
#include <nvgpu/hw/gk20a/hw_pwr_gk20a.h>
#include <nvgpu/hw/gp106/hw_fb_gp106.h>

View File

@@ -11,8 +11,8 @@
* more details.
*/
#ifndef _PMU_MCLK_GP106_H_
#define _PMU_MCLK_GP106_H_
#ifndef _MCLK_GP106_H_
#define _MCLK_GP106_H_
extern int gp106_mclk_init(struct gk20a *g);
extern void gp106_mclk_deinit(struct gk20a *g);