diff options
author | Rex Zhu <Rex.Zhu@amd.com> | 2018-03-14 08:05:12 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-03-15 10:58:56 -0400 |
commit | 34e40f6338c730572874bc3d6fe330c7f2b63013 (patch) | |
tree | aeea9cfcccccd97bfd6abf596725537bc04395a5 /drivers | |
parent | 47ce4a9f84d783ae0243a449de64a20c7fafe6a4 (diff) |
drm/amd/pp: Rename file name cz_* to smu8_*
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpu/drm/amd/powerplay/hwmgr/Makefile | 2 | ||||
-rw-r--r-- | drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.c (renamed from drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c) | 2 | ||||
-rw-r--r-- | drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.h (renamed from drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.h) | 0 | ||||
-rw-r--r-- | drivers/gpu/drm/amd/powerplay/smumgr/Makefile | 2 | ||||
-rw-r--r-- | drivers/gpu/drm/amd/powerplay/smumgr/smu8_smumgr.c (renamed from drivers/gpu/drm/amd/powerplay/smumgr/cz_smumgr.c) | 2 | ||||
-rw-r--r-- | drivers/gpu/drm/amd/powerplay/smumgr/smu8_smumgr.h (renamed from drivers/gpu/drm/amd/powerplay/smumgr/cz_smumgr.h) | 0 |
6 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile b/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile index 094949d1a2db..f868b955da92 100644 --- a/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile | |||
@@ -24,7 +24,7 @@ | |||
24 | # It provides the hardware management services for the driver. | 24 | # It provides the hardware management services for the driver. |
25 | 25 | ||
26 | HARDWARE_MGR = hwmgr.o processpptables.o \ | 26 | HARDWARE_MGR = hwmgr.o processpptables.o \ |
27 | hardwaremanager.o cz_hwmgr.o \ | 27 | hardwaremanager.o smu8_hwmgr.o \ |
28 | pppcielanes.o\ | 28 | pppcielanes.o\ |
29 | process_pptables_v1_0.o ppatomctrl.o ppatomfwctrl.o \ | 29 | process_pptables_v1_0.o ppatomctrl.o ppatomfwctrl.o \ |
30 | smu7_hwmgr.o smu7_powertune.o smu7_thermal.o \ | 30 | smu7_hwmgr.o smu7_powertune.o smu7_thermal.o \ |
diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c b/drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.c index f0f3900eae1a..75a465f771f0 100644 --- a/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.c | |||
@@ -35,7 +35,7 @@ | |||
35 | #include "hwmgr.h" | 35 | #include "hwmgr.h" |
36 | #include "hardwaremanager.h" | 36 | #include "hardwaremanager.h" |
37 | #include "cz_ppsmc.h" | 37 | #include "cz_ppsmc.h" |
38 | #include "cz_hwmgr.h" | 38 | #include "smu8_hwmgr.h" |
39 | #include "power_state.h" | 39 | #include "power_state.h" |
40 | #include "pp_thermal.h" | 40 | #include "pp_thermal.h" |
41 | 41 | ||
diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.h b/drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.h index 05a06083e1b8..05a06083e1b8 100644 --- a/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.h +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.h | |||
diff --git a/drivers/gpu/drm/amd/powerplay/smumgr/Makefile b/drivers/gpu/drm/amd/powerplay/smumgr/Makefile index f5c45425fcc7..735c38624ce1 100644 --- a/drivers/gpu/drm/amd/powerplay/smumgr/Makefile +++ b/drivers/gpu/drm/amd/powerplay/smumgr/Makefile | |||
@@ -23,7 +23,7 @@ | |||
23 | # Makefile for the 'smu manager' sub-component of powerplay. | 23 | # Makefile for the 'smu manager' sub-component of powerplay. |
24 | # It provides the smu management services for the driver. | 24 | # It provides the smu management services for the driver. |
25 | 25 | ||
26 | SMU_MGR = smumgr.o cz_smumgr.o tonga_smumgr.o fiji_smumgr.o \ | 26 | SMU_MGR = smumgr.o smu8_smumgr.o tonga_smumgr.o fiji_smumgr.o \ |
27 | polaris10_smumgr.o iceland_smumgr.o \ | 27 | polaris10_smumgr.o iceland_smumgr.o \ |
28 | smu7_smumgr.o vega10_smumgr.o smu10_smumgr.o ci_smumgr.o | 28 | smu7_smumgr.o vega10_smumgr.o smu10_smumgr.o ci_smumgr.o |
29 | 29 | ||
diff --git a/drivers/gpu/drm/amd/powerplay/smumgr/cz_smumgr.c b/drivers/gpu/drm/amd/powerplay/smumgr/smu8_smumgr.c index b998a16e5a2c..480deb2ce448 100644 --- a/drivers/gpu/drm/amd/powerplay/smumgr/cz_smumgr.c +++ b/drivers/gpu/drm/amd/powerplay/smumgr/smu8_smumgr.c | |||
@@ -32,7 +32,7 @@ | |||
32 | #include "smu/smu_8_0_sh_mask.h" | 32 | #include "smu/smu_8_0_sh_mask.h" |
33 | #include "smu8.h" | 33 | #include "smu8.h" |
34 | #include "smu8_fusion.h" | 34 | #include "smu8_fusion.h" |
35 | #include "cz_smumgr.h" | 35 | #include "smu8_smumgr.h" |
36 | #include "cz_ppsmc.h" | 36 | #include "cz_ppsmc.h" |
37 | #include "smu_ucode_xfer_cz.h" | 37 | #include "smu_ucode_xfer_cz.h" |
38 | #include "gca/gfx_8_0_d.h" | 38 | #include "gca/gfx_8_0_d.h" |
diff --git a/drivers/gpu/drm/amd/powerplay/smumgr/cz_smumgr.h b/drivers/gpu/drm/amd/powerplay/smumgr/smu8_smumgr.h index c7b61222d258..c7b61222d258 100644 --- a/drivers/gpu/drm/amd/powerplay/smumgr/cz_smumgr.h +++ b/drivers/gpu/drm/amd/powerplay/smumgr/smu8_smumgr.h | |||