diff options
| author | Tim Huang <[email protected]> | 2024-06-04 05:22:39 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-07-02 22:05:35 +0000 |
| commit | 4448b1ff4d267873575a7b74a3786b9c7c114c1d (patch) | |
| tree | d450d94e003de0d0cdd2001eda2235ec6b14bbb3 /drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | |
| parent | drm/amdkfd: add KFD support for GC IP v11.5.2 (diff) | |
| download | kernel-4448b1ff4d267873575a7b74a3786b9c7c114c1d.tar.gz kernel-4448b1ff4d267873575a7b74a3786b9c7c114c1d.zip | |
drm/amdgpu: add firmware for GC IP v11.5.2
This patch is to add firmware for GC 11.5.2.
Signed-off-by: Tim Huang <[email protected]>
Reviewed-by: Yifan Zhang <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/mes_v11_0.c')
| -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 3b1f6ad99100..1376b6ff1b77 100644 --- a/drivers/gpu/drm/amd/amdgpu/mes_v11_0.c +++ b/drivers/gpu/drm/amd/amdgpu/mes_v11_0.c @@ -51,6 +51,8 @@ MODULE_FIRMWARE("amdgpu/gc_11_5_0_mes_2.bin"); MODULE_FIRMWARE("amdgpu/gc_11_5_0_mes1.bin"); MODULE_FIRMWARE("amdgpu/gc_11_5_1_mes_2.bin"); MODULE_FIRMWARE("amdgpu/gc_11_5_1_mes1.bin"); +MODULE_FIRMWARE("amdgpu/gc_11_5_2_mes_2.bin"); +MODULE_FIRMWARE("amdgpu/gc_11_5_2_mes1.bin"); static int mes_v11_0_hw_init(void *handle); static int mes_v11_0_hw_fini(void *handle); |
