소스 검색

drm/amdgpu: rename smumgr to smum for dpm

Rename smumgr.h to smum.h, because smum.h is to align with the dpm of
other chips and we will use "iceland_smumgr" at powerplay in following
patches.

Signed-off-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Huang Rui 9 년 전
부모
커밋
f5a13660cc
3개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      drivers/gpu/drm/amd/amdgpu/iceland_dpm.c
  2. 1 1
      drivers/gpu/drm/amd/amdgpu/iceland_smc.c
  3. 0 0
      drivers/gpu/drm/amd/amdgpu/iceland_smum.h

+ 1 - 1
drivers/gpu/drm/amd/amdgpu/iceland_dpm.c

@@ -24,7 +24,7 @@
 #include <linux/firmware.h>
 #include "drmP.h"
 #include "amdgpu.h"
-#include "iceland_smumgr.h"
+#include "iceland_smum.h"
 
 MODULE_FIRMWARE("amdgpu/topaz_smc.bin");
 

+ 1 - 1
drivers/gpu/drm/amd/amdgpu/iceland_smc.c

@@ -25,7 +25,7 @@
 #include "drmP.h"
 #include "amdgpu.h"
 #include "ppsmc.h"
-#include "iceland_smumgr.h"
+#include "iceland_smum.h"
 #include "smu_ucode_xfer_vi.h"
 #include "amdgpu_ucode.h"
 

+ 0 - 0
drivers/gpu/drm/amd/amdgpu/iceland_smumgr.h → drivers/gpu/drm/amd/amdgpu/iceland_smum.h