On Tue, Feb 3, 2026 at 11:44 PM Pratik Vishwakarma
<[email protected]> wrote:
>
> TOC and TA both are required
>
> Signed-off-by: Pratik Vishwakarma <[email protected]>

Reviewed-by: Alex Deucher <[email protected]>

> ---
>  drivers/gpu/drm/amd/amdgpu/psp_v15_0.c | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v15_0.c 
> b/drivers/gpu/drm/amd/amdgpu/psp_v15_0.c
> index 3aca293e2f0c..723ddae17644 100644
> --- a/drivers/gpu/drm/amd/amdgpu/psp_v15_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/psp_v15_0.c
> @@ -45,6 +45,10 @@ static int psp_v15_0_0_init_microcode(struct psp_context 
> *psp)
>         if (err)
>                 return err;
>
> +       err = psp_init_ta_microcode(psp, ucode_prefix);
> +       if (err)
> +               return err;
> +
>         return 0;
>  }
>
> --
> 2.43.0
>

Reply via email to