]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/amdgpu: Load TA ucode for PSP 15_0_0
authorPratik Vishwakarma <Pratik.Vishwakarma@amd.com>
Mon, 24 Nov 2025 04:40:21 +0000 (04:40 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 12 Feb 2026 20:20:56 +0000 (15:20 -0500)
TOC and TA both are required

Signed-off-by: Pratik Vishwakarma <Pratik.Vishwakarma@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/psp_v15_0.c

index 3aca293e2f0c4c44bb926e57f64dc6c33fcc03d9..723ddae176448bad86a2e8fb0bfffa07fae1cb5f 100644 (file)
@@ -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;
 }