]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8d0fab5e565ccfe7d013278db82c550ae92052c9
tree782034dab31a8d1beb29a7f1249ce0cf28e9232c
parent33cf11197ec3288ba6e650c57e4c29f2cd67f6d5
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