mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-11 06:00:55 -04:00
drm/amdgpu/umsch: declare umsch firmware
Needed to be properly picked up for the initrd, etc.
Fixes: 3488c79bea ("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>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user