drm/amdgpu: add ELM/BAF asic types
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 14 Oct 2015 21:14:16 +0000 (17:14 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 5 May 2016 00:23:22 +0000 (20:23 -0400)
New asic types for ellesmere and baffin.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
drivers/gpu/drm/amd/include/amd_shared.h

index c7974ff..077d4cc 100644 (file)
@@ -59,6 +59,8 @@ static const char *amdgpu_asic_name[] = {
        "FIJI",
        "CARRIZO",
        "STONEY",
+       "ELLESMERE",
+       "BAFFIN",
        "LAST",
 };
 
index f8afe53..72858a0 100644 (file)
@@ -48,6 +48,8 @@ enum amd_asic_type {
        CHIP_FIJI,
        CHIP_CARRIZO,
        CHIP_STONEY,
+       CHIP_ELLESMERE,
+       CHIP_BAFFIN,
        CHIP_LAST,
 };