[PATCH] drm/amdgpu/powerplay: declare firmware for CI cards
Christian König
ckoenig.leichtzumerken at gmail.com
Thu Feb 14 09:08:03 UTC 2019
Reviewed-by: Christian König <christian.koenig at amd.com>
Am 13.02.19 um 21:17 schrieb James Zhu:
> This patch is
> Reviewed-by: James Zhu <James.Zhu at amd.com>
>
> Tested-by: James Zhu <James.Zhu at amd.com>
>
> On 2019-02-13 3:10 p.m., Alex Deucher via amd-gfx wrote:
>> Missing firmware declaration caused firmware requirement to
>> not be noted by the module and may cause firmware to not
>> be available in initrd.
>>
>> Fixes: bc4b539e385088 "drm/amdgpu: remove old CI DPM implementation"
>> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
>> ---
>> drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c | 4 ++++
>> 1 file changed, 4 insertions(+)
>>
>> diff --git a/drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c b/drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c
>> index a6edd5df33b0..4240aeec9000 100644
>> --- a/drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c
>> +++ b/drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c
>> @@ -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");
> _______________________________________________
> amd-gfx mailing list
> amd-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
More information about the amd-gfx
mailing list