Skip to content

Commit d95bd47

Browse files
committed
Merge: drm/amdgpu: Include sdma_4_4_4.bin
MR: https://gitlab.com/redhat/rhel/src/kernel/rhel-10/-/merge_requests/392 The dracut initramfs generator relies on the kernel module to identify any firmware .bin files that it might require. A kernel module can do this using the MODULE_FIRMWARE macro. This change backports the upstream commit that declares the firmware sdma_4_4_4.bin, which is needed to boot a machine with an AMD GPU MI350/MI355 that has the SDMA 4.4.4 IP. JIRA: https://issues.redhat.com/browse/RHEL-117567 Upstream Status: v6.17-rc1 commit 51526ef Author: Kent Russell <kent.russell@amd.com> AuthorDate: Tue Jun 24 11:42:06 2025 -0400 Commit: Alex Deucher <alexander.deucher@amd.com> CommitDate: Mon Jun 30 11:53:55 2025 -0400 This got missed during SDMA 4.4.4 support. Signed-off-by: Kent Russell <kent.russell@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Peter Colberg <pcolberg@redhat.com> Approved-by: Robert Foss <rfoss@kernel.org> Approved-by: Mika Penttilä <mpenttil@redhat.com> Merged-by: Jan Stancek <jstancek@redhat.com>
2 parents 412ea13 + 857a2b2 commit d95bd47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
#include "amdgpu_ras.h"
4646

4747
MODULE_FIRMWARE("amdgpu/sdma_4_4_2.bin");
48+
MODULE_FIRMWARE("amdgpu/sdma_4_4_4.bin");
4849
MODULE_FIRMWARE("amdgpu/sdma_4_4_5.bin");
4950

5051
static const struct amdgpu_hwip_reg_entry sdma_reg_list_4_4_2[] = {

0 commit comments

Comments
 (0)