diff options
| author | Flora Cui <flora.cui@amd.com> | 2022-04-15 10:13:43 -0400 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2022-05-05 16:52:37 -0400 |
| commit | 32697fea3afc03091b9c550c4de738bb7113004d (patch) | |
| tree | 102f20f26650c0d6376c9d1abbc2d41533be7649 /drivers/gpu | |
| parent | drm/amdgpu/discovery: add sdma6 support for SDMA 6.0.2 (diff) | |
| download | linux-32697fea3afc03091b9c550c4de738bb7113004d.tar.gz linux-32697fea3afc03091b9c550c4de738bb7113004d.zip | |
drm/amdgpu: add mes 11 firmware for mes 11.0.2
Define firmware for MES 11.0.2.
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Flora Cui <flora.cui@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/mes_v11_0.c b/drivers/gpu/drm/amd/amdgpu/mes_v11_0.c index f95b3220ee57..63315a4cd3c8 100644 --- a/drivers/gpu/drm/amd/amdgpu/mes_v11_0.c +++ b/drivers/gpu/drm/amd/amdgpu/mes_v11_0.c @@ -34,6 +34,8 @@ MODULE_FIRMWARE("amdgpu/gc_11_0_0_mes.bin"); MODULE_FIRMWARE("amdgpu/gc_11_0_0_mes1.bin"); +MODULE_FIRMWARE("amdgpu/gc_11_0_2_mes.bin"); +MODULE_FIRMWARE("amdgpu/gc_11_0_2_mes1.bin"); static int mes_v11_0_hw_fini(void *handle); static int mes_v11_0_kiq_hw_init(struct amdgpu_device *adev); |
