[PATCH] drm/amdgpu: init TA fw for psp v14
Alex Deucher
alexdeucher at gmail.com
Mon Jun 17 20:10:30 UTC 2024
On Mon, Jun 17, 2024 at 3:14 PM Aurabindo Pillai
<aurabindo.pillai at amd.com> wrote:
>
> From: Likun Gao <Likun.Gao at amd.com>
>
> Add support to init TA firmware for psp v14.
>
> Signed-off-by: Likun Gao <Likun.Gao at amd.com>
Acked-by: Alex Deucher <alexander.deucher at amd.com>
> ---
> drivers/gpu/drm/amd/amdgpu/psp_v14_0.c | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v14_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v14_0.c
> index cc0248efa6b6..4d33c95a5116 100644
> --- a/drivers/gpu/drm/amd/amdgpu/psp_v14_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/psp_v14_0.c
> @@ -32,7 +32,9 @@
> #include "mp/mp_14_0_2_sh_mask.h"
>
> MODULE_FIRMWARE("amdgpu/psp_14_0_2_sos.bin");
> +MODULE_FIRMWARE("amdgpu/psp_14_0_2_ta.bin");
> MODULE_FIRMWARE("amdgpu/psp_14_0_3_sos.bin");
> +MODULE_FIRMWARE("amdgpu/psp_14_0_3_ta.bin");
>
> /* For large FW files the time to complete can be very long */
> #define USBC_PD_POLLING_LIMIT_S 240
> @@ -64,6 +66,9 @@ static int psp_v14_0_init_microcode(struct psp_context *psp)
> case IP_VERSION(14, 0, 2):
> case IP_VERSION(14, 0, 3):
> err = psp_init_sos_microcode(psp, ucode_prefix);
> + if (err)
> + return err;
> + err = psp_init_ta_microcode(psp, ucode_prefix);
> if (err)
> return err;
> break;
> --
> 2.45.2
>
More information about the amd-gfx
mailing list