OSDN Git Service

drm/amdgpu: add navi14 asic type
authorXiaojie Yuan <xiaojie.yuan@amd.com>
Mon, 17 Dec 2018 10:00:26 +0000 (18:00 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 18 Jul 2019 19:17:58 +0000 (14:17 -0500)
Add CHIP_NAVI14 to the list of asic types.

Signed-off-by: Xiaojie Yuan <xiaojie.yuan@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Jack Xiao <Jack.Xiao@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 5a7f893..ba87964 100644 (file)
@@ -99,6 +99,7 @@ static const char *amdgpu_asic_name[] = {
        "VEGA20",
        "RAVEN",
        "NAVI10",
+       "NAVI14",
        "LAST",
 };
 
index bcc2bcf..0c4766a 100644 (file)
@@ -50,6 +50,7 @@ enum amd_asic_type {
        CHIP_VEGA20,
        CHIP_RAVEN,
        CHIP_NAVI10,
+       CHIP_NAVI14,
        CHIP_LAST,
 };