Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Huang Rui and committed by
Alex Deucher
f5a13660 c02da764

+2 -2
+1 -1
drivers/gpu/drm/amd/amdgpu/iceland_dpm.c
··· 24 24 #include <linux/firmware.h> 25 25 #include "drmP.h" 26 26 #include "amdgpu.h" 27 - #include "iceland_smumgr.h" 27 + #include "iceland_smum.h" 28 28 29 29 MODULE_FIRMWARE("amdgpu/topaz_smc.bin"); 30 30
+1 -1
drivers/gpu/drm/amd/amdgpu/iceland_smc.c
··· 25 25 #include "drmP.h" 26 26 #include "amdgpu.h" 27 27 #include "ppsmc.h" 28 - #include "iceland_smumgr.h" 28 + #include "iceland_smum.h" 29 29 #include "smu_ucode_xfer_vi.h" 30 30 #include "amdgpu_ucode.h" 31 31
drivers/gpu/drm/amd/amdgpu/iceland_smumgr.h drivers/gpu/drm/amd/amdgpu/iceland_smum.h