]> 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)
commit9fc20cc9e660e2f8febadd3385baf1b66b301fd0
tree782034dab31a8d1beb29a7f1249ce0cf28e9232c
parentb41ba3de87426d51940a971cbb7b8298213baf1c
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