提交 f85f1864 编写于 作者: J Jack Xiao 提交者: Alex Deucher

drm/amdgpu/mes10.1: add sienna_cichlid mes firmware support

Add sienna_cichlid mes firmware support.
Signed-off-by: NJack Xiao <Jack.Xiao@amd.com>
Acked-by: NAlex Deucher <alexander.deucher@amd.com>
Reviewed-by: NHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 7a9b4fd4
...@@ -32,6 +32,7 @@ ...@@ -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) ...@@ -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();
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册