diff options
| author | Alex Deucher <[email protected]> | 2025-02-12 21:20:15 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-02-17 19:08:37 +0000 |
| commit | fe652becdbfccf265f4cea0eb379418d08c6596a (patch) | |
| tree | e108eac5267fb0de78c218110dbf5e88bdc62011 /drivers/gpu/drm/amd/amdgpu/amdgpu_umsch_mm.c | |
| parent | drm/amdgpu/gfx: only call mes for enforce isolation if supported (diff) | |
| download | kernel-fe652becdbfccf265f4cea0eb379418d08c6596a.tar.gz kernel-fe652becdbfccf265f4cea0eb379418d08c6596a.zip | |
drm/amdgpu/umsch: declare umsch firmware
Needed to be properly picked up for the initrd, etc.
Fixes: 3488c79beafa ("drm/amdgpu: add initial support for UMSCH")
Reviewed-by: Saleemkhan Jamadar <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Cc: Lang Yu <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_umsch_mm.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_umsch_mm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_umsch_mm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_umsch_mm.c index 2cfa2447d13e..78319988b054 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"); + int amdgpu_umsch_mm_submit_pkt(struct amdgpu_umsch_mm *umsch, void *pkt, int ndws) { struct amdgpu_ring *ring = &umsch->ring; |
