diff options
author | Huang Rui <ray.huang@amd.com> | 2019-07-24 14:36:09 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-08-12 13:47:49 -0400 |
commit | 1eee4228a583b20082367e5cdce403bbdad2d7f1 (patch) | |
tree | c7f6e5d30ade2001c3f76133c171e47beaca9a83 /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |
parent | d8a46257c22906db38590eb7986c07770bee002c (diff) |
drm/amdgpu: add renoir asic_type enum
This patch adds renoir to amd_asic_type enum and amdgpu_asic_name[].
Acked-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Huang Rui <ray.huang@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.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 682833f90fdd..dbe86e355ead 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |||
@@ -102,6 +102,7 @@ static const char *amdgpu_asic_name[] = { | |||
102 | "VEGA20", | 102 | "VEGA20", |
103 | "RAVEN", | 103 | "RAVEN", |
104 | "ARCTURUS", | 104 | "ARCTURUS", |
105 | "RENOIR", | ||
105 | "NAVI10", | 106 | "NAVI10", |
106 | "NAVI14", | 107 | "NAVI14", |
107 | "NAVI12", | 108 | "NAVI12", |