Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amdgpu: declare firmware for new MES 11.0.3

To support new mes ip block

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Frank Min <Frank.Min@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Hawking Zhang and committed by
Alex Deucher
701a4ad9 c6329e25

+2
+2
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
··· 38 38 MODULE_FIRMWARE("amdgpu/gc_11_0_1_mes1.bin"); 39 39 MODULE_FIRMWARE("amdgpu/gc_11_0_2_mes.bin"); 40 40 MODULE_FIRMWARE("amdgpu/gc_11_0_2_mes1.bin"); 41 + MODULE_FIRMWARE("amdgpu/gc_11_0_3_mes.bin"); 42 + MODULE_FIRMWARE("amdgpu/gc_11_0_3_mes1.bin"); 41 43 42 44 static int mes_v11_0_hw_fini(void *handle); 43 45 static int mes_v11_0_kiq_hw_init(struct amdgpu_device *adev);