Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu: Add psp_13_0_10_ta firmware to modinfo

TA firmware loaded on psp v13_0_10, but it is missing in modinfo.

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>

authored by

Candice Li and committed by
Alex Deucher
be590ba8 4ded1ec8

+1
+1
drivers/gpu/drm/amd/amdgpu/psp_v13_0.c
··· 45 45 MODULE_FIRMWARE("amdgpu/psp_13_0_7_sos.bin"); 46 46 MODULE_FIRMWARE("amdgpu/psp_13_0_7_ta.bin"); 47 47 MODULE_FIRMWARE("amdgpu/psp_13_0_10_sos.bin"); 48 + MODULE_FIRMWARE("amdgpu/psp_13_0_10_ta.bin"); 48 49 49 50 /* For large FW files the time to complete can be very long */ 50 51 #define USBC_PD_POLLING_LIMIT_S 240