aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
diff options
context:
space:
mode:
authorLikun Gao <Likun.Gao@amd.com>2018-07-10 08:10:05 -0400
committerAlex Deucher <alexander.deucher@amd.com>2018-09-14 10:34:48 -0400
commitbe9699e3923000ea32c2f4522e1e4de333d21d47 (patch)
tree89627c3bac1bf9c7659c52a39edededc8074c686 /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
parent646b90259842faa8341b076a3488a227927d84a2 (diff)
drm/amdgpu: add picasso to asic_type enum
Add picasso to amd_asic_type enum and amdgpu_asic_name[]. Signed-off-by: Likun Gao <Likun.Gao@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Huang Rui <ray.huang@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 d4855d1ef51f..e8083ec3fbc2 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -89,6 +89,7 @@ static const char *amdgpu_asic_name[] = {
89 "VEGA12", 89 "VEGA12",
90 "VEGA20", 90 "VEGA20",
91 "RAVEN", 91 "RAVEN",
92 "PICASSO",
92 "LAST", 93 "LAST",
93}; 94};
94 95