]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/amdgpu: rename smumgr to smum for dpm
authorHuang Rui <ray.huang@amd.com>
Sun, 19 Jun 2016 13:57:21 +0000 (21:57 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 15 Jul 2016 16:32:50 +0000 (12:32 -0400)
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>
drivers/gpu/drm/amd/amdgpu/iceland_dpm.c
drivers/gpu/drm/amd/amdgpu/iceland_smc.c
drivers/gpu/drm/amd/amdgpu/iceland_smum.h [moved from drivers/gpu/drm/amd/amdgpu/iceland_smumgr.h with 100% similarity]

index 825ccd63f2dc313ced6199d476f0b96d8b8cdba6..2f078ad6095caa946393d0de03b40d83e5f622b4 100644 (file)
@@ -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");
 
index 52ee08193295f434c46fb7f89e082b20df46abfd..528571285e69647eb7c73ea89c1b333575420fed 100644 (file)
@@ -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"