drm/amdgpu: add Arcturus asic type
authorLe Ma <le.ma@amd.com>
Tue, 9 Jul 2019 14:16:01 +0000 (09:16 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 18 Jul 2019 19:18:01 +0000 (14:18 -0500)
Add asic type for Arcturus.

Signed-off-by: Le Ma <le.ma@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 6aa3c3e..c1edf10 100644 (file)
@@ -99,6 +99,7 @@ static const char *amdgpu_asic_name[] = {
        "VEGA12",
        "VEGA20",
        "RAVEN",
+       "ARCTURUS",
        "NAVI10",
        "NAVI14",
        "LAST",
index 0c4766a..0f5a12a 100644 (file)
@@ -49,6 +49,7 @@ enum amd_asic_type {
        CHIP_VEGA12,
        CHIP_VEGA20,
        CHIP_RAVEN,
+       CHIP_ARCTURUS,
        CHIP_NAVI10,
        CHIP_NAVI14,
        CHIP_LAST,