OSDN Git Service

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 9e917f5..8ce60e6 100644 (file)
@@ -83,6 +83,7 @@ static const char *amdgpu_asic_name[] = {
        "POLARIS10",
        "POLARIS11",
        "POLARIS12",
+       "VEGAM",
        "VEGA10",
        "VEGA12",
        "RAVEN",
index 6c731c5..695bde7 100644 (file)
@@ -44,6 +44,7 @@ enum amd_asic_type {
        CHIP_POLARIS10,
        CHIP_POLARIS11,
        CHIP_POLARIS12,
+       CHIP_VEGAM,
        CHIP_VEGA10,
        CHIP_VEGA12,
        CHIP_RAVEN,