mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-26 16:53:26 +07:00
drm/amdgpu/powerplay: declare firmware for CI cards
Missing firmware declaration caused firmware requirement to
not be noted by the module and may cause firmware to not
be available in initrd.
Fixes: bc4b539e38
"drm/amdgpu: remove old CI DPM implementation"
Reviewed-by: James Zhu <James.Zhu@amd.com>
Tested-by: James Zhu <James.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
f7c8930d9e
commit
4d3d228e10
@ -29,6 +29,10 @@
|
||||
#include <drm/amdgpu_drm.h>
|
||||
#include "smumgr.h"
|
||||
|
||||
MODULE_FIRMWARE("amdgpu/bonaire_smc.bin");
|
||||
MODULE_FIRMWARE("amdgpu/bonaire_k_smc.bin");
|
||||
MODULE_FIRMWARE("amdgpu/hawaii_smc.bin");
|
||||
MODULE_FIRMWARE("amdgpu/hawaii_k_smc.bin");
|
||||
MODULE_FIRMWARE("amdgpu/topaz_smc.bin");
|
||||
MODULE_FIRMWARE("amdgpu/topaz_k_smc.bin");
|
||||
MODULE_FIRMWARE("amdgpu/tonga_smc.bin");
|
||||
|
Loading…
Reference in New Issue
Block a user