aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/tonga_dpm.c
diff options
context:
space:
mode:
authorJammy Zhou <Jammy.Zhou@amd.com>2015-05-13 10:49:04 -0400
committerAlex Deucher <alexander.deucher@amd.com>2015-06-03 21:03:36 -0400
commitc65444fe054fb69e95444ddd545adf43f682bb41 (patch)
treec4938bbc2a8a63036a82c703f55b59d980170c2d /drivers/gpu/drm/amd/amdgpu/tonga_dpm.c
parent4b095304ea7f73c178cd906df37185c0b9ad9a60 (diff)
drm/amdgpu: switch to amdgpu folder for firmware files v2
v2: keep using radeon folder for CIK Signed-off-by: Jammy Zhou <Jammy.Zhou@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/tonga_dpm.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/tonga_dpm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/tonga_dpm.c b/drivers/gpu/drm/amd/amdgpu/tonga_dpm.c
index 98bd707ac5dc..cf97d496a7a4 100644
--- a/drivers/gpu/drm/amd/amdgpu/tonga_dpm.c
+++ b/drivers/gpu/drm/amd/amdgpu/tonga_dpm.c
@@ -26,7 +26,7 @@
26#include "amdgpu.h" 26#include "amdgpu.h"
27#include "tonga_smumgr.h" 27#include "tonga_smumgr.h"
28 28
29MODULE_FIRMWARE("radeon/tonga_smc.bin"); 29MODULE_FIRMWARE("amdgpu/tonga_smc.bin");
30 30
31static void tonga_dpm_set_funcs(struct amdgpu_device *adev); 31static void tonga_dpm_set_funcs(struct amdgpu_device *adev);
32 32
@@ -39,7 +39,7 @@ static int tonga_dpm_early_init(struct amdgpu_device *adev)
39 39
40static int tonga_dpm_init_microcode(struct amdgpu_device *adev) 40static int tonga_dpm_init_microcode(struct amdgpu_device *adev)
41{ 41{
42 char fw_name[30] = "radeon/tonga_smc.bin"; 42 char fw_name[30] = "amdgpu/tonga_smc.bin";
43 int err; 43 int err;
44 44
45 err = request_firmware(&adev->pm.fw, fw_name, adev->dev); 45 err = request_firmware(&adev->pm.fw, fw_name, adev->dev);