OSDN Git Service

drm/amdgpu: declare ta firmware for navy_flounder
authorJiansong Chen <Jiansong.Chen@amd.com>
Wed, 16 Sep 2020 11:17:20 +0000 (19:17 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 17 Sep 2020 04:12:36 +0000 (00:12 -0400)
commite60c27f1ffc733e729319662f75419f4d4fb6a80
tree2d0ca73d7361f6e83c0b6ac18e1c2ff69ddb15e1
parent2f228aab21bbc74e90e267a721215ec8be51daf7
drm/amdgpu: declare ta firmware for navy_flounder

The firmware provided via MODULE_FIRMWARE appears in the
module information. External tools(eg. dracut) may use the
list of fw files to include them as appropriate in an initramfs,
thus missing declaration will lead to request firmware failure
in boot time.

Signed-off-by: Jiansong Chen <Jiansong.Chen@amd.com>
Reviewed-by: Tianci Yin <tianci.yin@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/psp_v11_0.c