[PATCH 1/3] drm/amdgpu/umsch: declare umsch firmware
Alex Deucher
alexander.deucher at amd.com
Wed Feb 12 21:48:19 UTC 2025
Needed to be properly picked up for the initrd, etc.
Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
Cc: Lang Yu <Lang.Yu at amd.com>
---
drivers/gpu/drm/amd/amdgpu/amdgpu_umsch_mm.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_umsch_mm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_umsch_mm.c
index ba550c7e2118e..bbf16e7b5ab9c 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_umsch_mm.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_umsch_mm.c
@@ -32,6 +32,8 @@
#include "amdgpu_umsch_mm.h"
#include "umsch_mm_v4_0.h"
+MODULE_FIRMWARE("amdgpu/umsch_mm_4_0_0.bin");
+
struct umsch_mm_test_ctx_data {
uint8_t process_csa[PAGE_SIZE];
uint8_t vpe_ctx_csa[PAGE_SIZE];
--
2.48.1
More information about the amd-gfx
mailing list