On Tue, Jul 14, 2020 at 3:16 PM Bhawanpreet Lakha <Bhawanpreet.Lakha@xxxxxxx> wrote: > > call psp_int_ta_microcode() to parse the ta firmware. > > Signed-off-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@xxxxxxx> Acked-by: Alex Deucher <alexander.deucher@xxxxxxx> > --- > drivers/gpu/drm/amd/amdgpu/psp_v11_0.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c > index 423386272920..798bc7b2db39 100644 > --- a/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c > +++ b/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c > @@ -173,6 +173,9 @@ static int psp_v11_0_init_microcode(struct psp_context *psp) > } > break; > case CHIP_SIENNA_CICHLID: > + err = psp_init_ta_microcode(&adev->psp, chip_name); > + if (err) > + return err; > break; > default: > BUG(); > -- > 2.17.1 > > _______________________________________________ > amd-gfx mailing list > amd-gfx@xxxxxxxxxxxxxxxxxxxxx > https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx