diff options
author | Ken Wang <Qingqing.Wang@amd.com> | 2016-03-08 20:28:32 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-03-29 23:54:32 -0400 |
commit | d4196f011caa31ae66ba4c08002054a0caffecc0 (patch) | |
tree | 510fde9d4c89315feec7cbacd14b72792b0bae32 /drivers/gpu/drm | |
parent | 8e3153ba3f623b325b00303fe6d998b868adfe0b (diff) |
drm/amdgpu: add vega10 chip name
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Ken Wang <Qingqing.Wang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 | ||||
-rw-r--r-- | drivers/gpu/drm/amd/include/amd_shared.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index fbacc13534d2..df73cddf8867 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |||
@@ -76,6 +76,7 @@ static const char *amdgpu_asic_name[] = { | |||
76 | "POLARIS10", | 76 | "POLARIS10", |
77 | "POLARIS11", | 77 | "POLARIS11", |
78 | "POLARIS12", | 78 | "POLARIS12", |
79 | "VEGA10", | ||
79 | "LAST", | 80 | "LAST", |
80 | }; | 81 | }; |
81 | 82 | ||
diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h index 4f6187989678..717d6bea7b52 100644 --- a/drivers/gpu/drm/amd/include/amd_shared.h +++ b/drivers/gpu/drm/amd/include/amd_shared.h | |||
@@ -47,6 +47,7 @@ enum amd_asic_type { | |||
47 | CHIP_POLARIS10, | 47 | CHIP_POLARIS10, |
48 | CHIP_POLARIS11, | 48 | CHIP_POLARIS11, |
49 | CHIP_POLARIS12, | 49 | CHIP_POLARIS12, |
50 | CHIP_VEGA10, | ||
50 | CHIP_LAST, | 51 | CHIP_LAST, |
51 | }; | 52 | }; |
52 | 53 | ||