drm/amdgpu: add sienna_cichlid asic type
authorLikun Gao <Likun.Gao@amd.com>
Mon, 18 Mar 2019 13:15:25 +0000 (21:15 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 3 Jun 2020 17:51:56 +0000 (13:51 -0400)
Signed-off-by: Likun Gao <Likun.Gao@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
include/drm/amd_asic_type.h

index b633171..5d1e445 100644 (file)
@@ -112,6 +112,7 @@ const char *amdgpu_asic_name[] = {
        "NAVI10",
        "NAVI14",
        "NAVI12",
+       "SIENNA_CICHLID",
        "LAST",
 };
 
index b1230e3..0c5bd11 100644 (file)
@@ -54,6 +54,7 @@ enum amd_asic_type {
        CHIP_NAVI10,    /* 25 */
        CHIP_NAVI14,    /* 26 */
        CHIP_NAVI12,    /* 27 */
+       CHIP_SIENNA_CICHLID,    /* 28 */
        CHIP_LAST,
 };