drm/amdgpu: add VEGAM ASIC type
authorLeo Liu <leo.liu@amd.com>
Thu, 9 Nov 2017 18:18:24 +0000 (13:18 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 May 2018 18:43:52 +0000 (13:43 -0500)
Signed-off-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@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 9e917f53f357a4af4637eaab592f0a8e04ae2f33..8ce60e6e2614922da59d4e60675d6294f84916ed 100644 (file)
@@ -83,6 +83,7 @@ static const char *amdgpu_asic_name[] = {
        "POLARIS10",
        "POLARIS11",
        "POLARIS12",
+       "VEGAM",
        "VEGA10",
        "VEGA12",
        "RAVEN",
index 6c731c52c07116d5f9ce83007da047ef6afe9db1..695bde7eb055ae9d380d33c98ce550c89e2bbdab 100644 (file)
@@ -44,6 +44,7 @@ enum amd_asic_type {
        CHIP_POLARIS10,
        CHIP_POLARIS11,
        CHIP_POLARIS12,
+       CHIP_VEGAM,
        CHIP_VEGA10,
        CHIP_VEGA12,
        CHIP_RAVEN,