Browse Source

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>
Rex Zhu 7 years ago
parent
commit
34e40f6338

+ 1 - 1
drivers/gpu/drm/amd/powerplay/hwmgr/Makefile

@@ -24,7 +24,7 @@
 # It provides the hardware management services for the driver.
 # It provides the hardware management services for the driver.
 
 
 HARDWARE_MGR = hwmgr.o processpptables.o \
 HARDWARE_MGR = hwmgr.o processpptables.o \
-		hardwaremanager.o cz_hwmgr.o \
+		hardwaremanager.o smu8_hwmgr.o \
 		pppcielanes.o\
 		pppcielanes.o\
 		process_pptables_v1_0.o ppatomctrl.o ppatomfwctrl.o \
 		process_pptables_v1_0.o ppatomctrl.o ppatomfwctrl.o \
 		smu7_hwmgr.o smu7_powertune.o smu7_thermal.o \
 		smu7_hwmgr.o smu7_powertune.o smu7_thermal.o \

+ 1 - 1
drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c → drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.c

@@ -35,7 +35,7 @@
 #include "hwmgr.h"
 #include "hwmgr.h"
 #include "hardwaremanager.h"
 #include "hardwaremanager.h"
 #include "cz_ppsmc.h"
 #include "cz_ppsmc.h"
-#include "cz_hwmgr.h"
+#include "smu8_hwmgr.h"
 #include "power_state.h"
 #include "power_state.h"
 #include "pp_thermal.h"
 #include "pp_thermal.h"
 
 

+ 0 - 0
drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.h → drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.h


+ 1 - 1
drivers/gpu/drm/amd/powerplay/smumgr/Makefile

@@ -23,7 +23,7 @@
 # Makefile for the 'smu manager' sub-component of powerplay.
 # Makefile for the 'smu manager' sub-component of powerplay.
 # It provides the smu management services for the driver.
 # It provides the smu management services for the driver.
 
 
-SMU_MGR = smumgr.o cz_smumgr.o tonga_smumgr.o fiji_smumgr.o \
+SMU_MGR = smumgr.o smu8_smumgr.o tonga_smumgr.o fiji_smumgr.o \
 	  polaris10_smumgr.o iceland_smumgr.o \
 	  polaris10_smumgr.o iceland_smumgr.o \
 	  smu7_smumgr.o vega10_smumgr.o smu10_smumgr.o ci_smumgr.o
 	  smu7_smumgr.o vega10_smumgr.o smu10_smumgr.o ci_smumgr.o
 
 

+ 1 - 1
drivers/gpu/drm/amd/powerplay/smumgr/cz_smumgr.c → drivers/gpu/drm/amd/powerplay/smumgr/smu8_smumgr.c

@@ -32,7 +32,7 @@
 #include "smu/smu_8_0_sh_mask.h"
 #include "smu/smu_8_0_sh_mask.h"
 #include "smu8.h"
 #include "smu8.h"
 #include "smu8_fusion.h"
 #include "smu8_fusion.h"
-#include "cz_smumgr.h"
+#include "smu8_smumgr.h"
 #include "cz_ppsmc.h"
 #include "cz_ppsmc.h"
 #include "smu_ucode_xfer_cz.h"
 #include "smu_ucode_xfer_cz.h"
 #include "gca/gfx_8_0_d.h"
 #include "gca/gfx_8_0_d.h"

+ 0 - 0
drivers/gpu/drm/amd/powerplay/smumgr/cz_smumgr.h → drivers/gpu/drm/amd/powerplay/smumgr/smu8_smumgr.h