Hi, Changes looks good to me.
Series is Reviewed-by: Saleemkhan Jamadar <saleemkhan.jama...@amd.com> Regards, Saleem
[AMD Official Use Only - AMD Internal Distribution Only] -----Original Message----- From: amd-gfx <amd-gfx-boun...@lists.freedesktop.org> On Behalf Of Alex Deucher Sent: Thursday, February 13, 2025 3:18 AM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander <alexander.deuc...@amd.com>; Yu, Lang <lang...@amd.com> Subject: [PATCH 1/3] drm/amdgpu/umsch: declare umsch firmware Needed to be properly picked up for the initrd, etc. Signed-off-by: Alex Deucher <alexander.deuc...@amd.com> Cc: Lang Yu <lang...@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