mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 06:37:59 +00:00
drm/amdgpu/mes10.1: add sienna_cichlid mes firmware support
Add sienna_cichlid mes firmware support. Signed-off-by: Jack Xiao <Jack.Xiao@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
7a9b4fd416
commit
f85f1864b8
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
||||||
#include "mes_api_def.h"
|
#include "mes_api_def.h"
|
||||||
|
|
||||||
MODULE_FIRMWARE("amdgpu/navi10_mes.bin");
|
MODULE_FIRMWARE("amdgpu/navi10_mes.bin");
|
||||||
|
MODULE_FIRMWARE("amdgpu/sienna_cichlid_mes.bin");
|
||||||
|
|
||||||
static int mes_v10_1_hw_fini(void *handle);
|
static int mes_v10_1_hw_fini(void *handle);
|
||||||
|
|
||||||
|
@ -275,6 +276,9 @@ static int mes_v10_1_init_microcode(struct amdgpu_device *adev)
|
||||||
case CHIP_NAVI10:
|
case CHIP_NAVI10:
|
||||||
chip_name = "navi10";
|
chip_name = "navi10";
|
||||||
break;
|
break;
|
||||||
|
case CHIP_SIENNA_CICHLID:
|
||||||
|
chip_name = "sienna_cichlid";
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
BUG();
|
BUG();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue