]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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 6aa3c3e5bd50c25ed6c0a5ced2267173aafd577f..c1edf105c660cbba8b6322cdc3fdb1eed44e3064 100644 (file)
@@ -99,6 +99,7 @@ static const char *amdgpu_asic_name[] = {
        "VEGA12",
        "VEGA20",
        "RAVEN",
+       "ARCTURUS",
        "NAVI10",
        "NAVI14",
        "LAST",
index 0c4766af04af674f52f2d56d20cdd28b2300fc08..0f5a12a999488b80a5d48a872b4ecfb128c0bfa6 100644 (file)
@@ -49,6 +49,7 @@ enum amd_asic_type {
        CHIP_VEGA12,
        CHIP_VEGA20,
        CHIP_RAVEN,
+       CHIP_ARCTURUS,
        CHIP_NAVI10,
        CHIP_NAVI14,
        CHIP_LAST,