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 21:56:17 +0000 (17:56 -0400)
commit24b763d0fb05e8c3b565a3813baafc53b973dba7
tree782034dab31a8d1beb29a7f1249ce0cf28e9232c
parent0eaa80124271966c595322ec0ac4b9c54f6aa7ee
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