We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be50a8 commit fbaa30dCopy full SHA for fbaa30d
drivers/gpu/drm/amd/amdgpu/psp_v13_0.c
@@ -30,6 +30,7 @@
30
#include "mp/mp_13_0_2_sh_mask.h"
31
32
MODULE_FIRMWARE("amdgpu/aldebaran_sos.bin");
33
+MODULE_FIRMWARE("amdgpu/aldebaran_ta.bin");
34
35
static int psp_v13_0_init_microcode(struct psp_context *psp)
36
{
@@ -46,6 +47,10 @@ static int psp_v13_0_init_microcode(struct psp_context *psp)
46
47
}
48
49
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);
54
55
return err;
56
0 commit comments