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

drm/amdgpu: declare firmware for new MES 11.0.4

To support new mes ip block

Signed-off-by: Li Ma <li.ma@amd.com>
Reviewed-by: Yifan Zhang <yifan1.zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Li Ma and committed by
Alex Deucher
f0f77436 08fbe3c2

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