aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/include/amd_shared.h
diff options
context:
space:
mode:
authorKen Wang <[email protected]>2016-03-09 01:28:32 +0000
committerAlex Deucher <[email protected]>2017-03-30 03:54:32 +0000
commitd4196f011caa31ae66ba4c08002054a0caffecc0 (patch)
tree510fde9d4c89315feec7cbacd14b72792b0bae32 /drivers/gpu/drm/amd/include/amd_shared.h
parentdrm/amdgpu: add common soc15 headers (diff)
downloadkernel-d4196f011caa31ae66ba4c08002054a0caffecc0.tar.gz
kernel-d4196f011caa31ae66ba4c08002054a0caffecc0.zip
drm/amdgpu: add vega10 chip name
Acked-by: Christian König <[email protected]> Signed-off-by: Ken Wang <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/include/amd_shared.h')
-rw-r--r--drivers/gpu/drm/amd/include/amd_shared.h1
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,
};