Skip to content

Commit fbaa30d

Browse files
Hawking Zhangalexdeucher
authored andcommitted
drm/amdgpu: initialize ta firmware for aldebaran
only xgmi ta is supported at this stage Signed-off-by: Hawking Zhang <[email protected]> Reviewed-by: Kevin Wang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 5be50a8 commit fbaa30d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include "mp/mp_13_0_2_sh_mask.h"
3131

3232
MODULE_FIRMWARE("amdgpu/aldebaran_sos.bin");
33+
MODULE_FIRMWARE("amdgpu/aldebaran_ta.bin");
3334

3435
static int psp_v13_0_init_microcode(struct psp_context *psp)
3536
{
@@ -46,6 +47,10 @@ static int psp_v13_0_init_microcode(struct psp_context *psp)
4647
}
4748

4849
err = psp_init_sos_microcode(psp, chip_name);
50+
if (err)
51+
return err;
52+
53+
err = psp_init_ta_microcode(&adev->psp, chip_name);
4954

5055
return err;
5156
}

0 commit comments

Comments
 (0)