]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd: Add missing firmware declaration for PSP v15.0.0
authorMario Limonciello <mario.limonciello@amd.com>
Thu, 9 Apr 2026 03:36:49 +0000 (22:36 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 17 Apr 2026 18:47:21 +0000 (14:47 -0400)
commit2744103f58e8e03ce675c670bbfe3f46034e5f24
tree7e097cc23ce8016289136ece8b1c4016c6df3b4f
parente90dc3b2d73986610476b02c29d0074aa4d92fb0
drm/amd: Add missing firmware declaration for PSP v15.0.0

PSP v15.0.0 needs both TOC and TA firmware. Without the declaration
it won't get included in initramfs and leads to following failure:

```
Direct firmware load for amdgpu/psp_15_0_0_ta.bin failed with error -2
early_init of IP block <psp> failed -19
Fatal error during GPU init
```

Fixes: 9b24f63d825e7 ("drm/amdgpu: Enable support for PSP 15_0_0")
Reviewed-by: Pratik Vishwakarma <Pratik.Vishwakarma@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/psp_v15_0.c