diff options
author | Huang Rui <ray.huang@amd.com> | 2016-06-19 16:57:21 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-07-15 19:32:50 +0300 |
commit | f5a13660ccc8f7fdbfa156c9df194af9abdb0bec (patch) | |
tree | 1516944bfeb7f7f0c99466247dae53451b06dfc0 /drivers/gpu/drm/amd/amdgpu/iceland_dpm.c | |
parent | c02da764daf1b5e0684951b271595ef070f43d5a (diff) | |
download | linux-f5a13660ccc8f7fdbfa156c9df194af9abdb0bec.tar.xz |
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/iceland_dpm.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/iceland_dpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/iceland_dpm.c b/drivers/gpu/drm/amd/amdgpu/iceland_dpm.c index 825ccd63f2dc..2f078ad6095c 100644 --- a/drivers/gpu/drm/amd/amdgpu/iceland_dpm.c +++ b/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"); |