Skip to content

Commit fe652be

Browse files
committed
drm/amdgpu/umsch: declare umsch firmware
Needed to be properly picked up for the initrd, etc. Fixes: 3488c79 ("drm/amdgpu: add initial support for UMSCH") Reviewed-by: Saleemkhan Jamadar <saleemkhan.jamadar@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: Lang Yu <Lang.Yu@amd.com>
1 parent 80513e3 commit fe652be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
#include "amdgpu_umsch_mm.h"
3333
#include "umsch_mm_v4_0.h"
3434

35+
MODULE_FIRMWARE("amdgpu/umsch_mm_4_0_0.bin");
36+
3537
int amdgpu_umsch_mm_submit_pkt(struct amdgpu_umsch_mm *umsch, void *pkt, int ndws)
3638
{
3739
struct amdgpu_ring *ring = &umsch->ring;

0 commit comments

Comments
 (0)