Skip to content

Commit b9c2213

Browse files
candicelicyalexdeucher
authored andcommitted
drm/amdgpu: Allow the initramfs generator to include psp_13_0_6_ta
Allow the initramfs generator to automatically include psp_13_0_6_ta firmware to initramfs. Signed-off-by: Candice Li <candice.li@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 068c8bb commit b9c2213

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/amd/amdgpu/psp_v13_0.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ MODULE_FIRMWARE("amdgpu/psp_13_0_10_ta.bin");
4949
MODULE_FIRMWARE("amdgpu/psp_13_0_11_toc.bin");
5050
MODULE_FIRMWARE("amdgpu/psp_13_0_11_ta.bin");
5151
MODULE_FIRMWARE("amdgpu/psp_13_0_6_sos.bin");
52+
MODULE_FIRMWARE("amdgpu/psp_13_0_6_ta.bin");
5253

5354
/* For large FW files the time to complete can be very long */
5455
#define USBC_PD_POLLING_LIMIT_S 240

0 commit comments

Comments
 (0)