]> 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 04:12:36 +0000 (00:12 -0400)
commit9f503aff4208170fed9590fd14c41d34856c100b
tree2d0ca73d7361f6e83c0b6ac18e1c2ff69ddb15e1
parent4d1c5519a2995b2fe2fe4a7afee46144cfdf5c4f
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