summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
diff options
context:
space:
mode:
authorFeifei Xu <Feifei.Xu@amd.com>2018-04-20 12:27:54 +0800
committerAlex Deucher <alexander.deucher@amd.com>2018-05-17 10:13:09 -0500
commit956fcddc0b2a7430b6ee4783827f57cb7c823c7d (patch)
treeed0b58a9e6ad5067fe4312930dbfe6cd24cc0581 /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
parentb2f87c9182deaf495ec4fefde89584910ec137d8 (diff)
downloadop-kernel-dev-956fcddc0b2a7430b6ee4783827f57cb7c823c7d.zip
op-kernel-dev-956fcddc0b2a7430b6ee4783827f57cb7c823c7d.tar.gz
drm/amdgpu: Add vega20 to asic_type enum.
Add vega20 to amd_asic_type enum and amdgpu_asic_name[]. Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Feifei Xu <Feifei.Xu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_device.c1
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 9fb20a5..f84fc56 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -86,6 +86,7 @@ static const char *amdgpu_asic_name[] = {
"VEGAM",
"VEGA10",
"VEGA12",
+ "VEGA20",
"RAVEN",
"LAST",
};
OpenPOWER on IntegriCloud