aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/iceland_dpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/iceland_dpm.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/iceland_dpm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/iceland_dpm.c b/drivers/gpu/drm/amd/amdgpu/iceland_dpm.c
index 8f5c54be70b0..0688b88cb170 100644
--- a/drivers/gpu/drm/amd/amdgpu/iceland_dpm.c
+++ b/drivers/gpu/drm/amd/amdgpu/iceland_dpm.c
@@ -26,7 +26,7 @@
26#include "amdgpu.h" 26#include "amdgpu.h"
27#include "iceland_smumgr.h" 27#include "iceland_smumgr.h"
28 28
29MODULE_FIRMWARE("radeon/topaz_smc.bin"); 29MODULE_FIRMWARE("amdgpu/topaz_smc.bin");
30 30
31static void iceland_dpm_set_funcs(struct amdgpu_device *adev); 31static void iceland_dpm_set_funcs(struct amdgpu_device *adev);
32 32
@@ -39,7 +39,7 @@ static int iceland_dpm_early_init(struct amdgpu_device *adev)
39 39
40static int iceland_dpm_init_microcode(struct amdgpu_device *adev) 40static int iceland_dpm_init_microcode(struct amdgpu_device *adev)
41{ 41{
42 char fw_name[30] = "radeon/topaz_smc.bin"; 42 char fw_name[30] = "amdgpu/topaz_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);