diff options
author | Ken Wang <Qingqing.Wang@amd.com> | 2016-03-09 04:28:32 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-03-30 06:54:32 +0300 |
commit | d4196f011caa31ae66ba4c08002054a0caffecc0 (patch) | |
tree | 510fde9d4c89315feec7cbacd14b72792b0bae32 /drivers/gpu/drm/amd/include | |
parent | 8e3153ba3f623b325b00303fe6d998b868adfe0b (diff) | |
download | linux-d4196f011caa31ae66ba4c08002054a0caffecc0.tar.xz |
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/amd/include')
-rw-r--r-- | drivers/gpu/drm/amd/include/amd_shared.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { CHIP_POLARIS10, CHIP_POLARIS11, CHIP_POLARIS12, + CHIP_VEGA10, CHIP_LAST, }; |