diff options
author | Feifei Xu <Feifei.Xu@amd.com> | 2017-10-19 05:04:54 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-03-21 15:23:39 -0400 |
commit | 8fab806ad1f5a3a2d15712cc5a2dbb73daaa7261 (patch) | |
tree | 8b400c2ee54c172136095e4467322622e7430392 /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |
parent | 133f97945f679ae0040a50f5933ef9a6563cb30b (diff) |
drm/amdgpu: add vega12 to asic_type enum
Add vega12 to amd_asic_type enum and amdgpu_asic_name[].
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index a824d5d2ebbe..565f766a264d 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |||
@@ -83,6 +83,7 @@ static const char *amdgpu_asic_name[] = { | |||
83 | "POLARIS11", | 83 | "POLARIS11", |
84 | "POLARIS12", | 84 | "POLARIS12", |
85 | "VEGA10", | 85 | "VEGA10", |
86 | "VEGA12", | ||
86 | "RAVEN", | 87 | "RAVEN", |
87 | "LAST", | 88 | "LAST", |
88 | }; | 89 | }; |