diff options
author | Chunming Zhou <David1.Zhou@amd.com> | 2016-12-07 17:31:19 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-05-24 17:40:49 -0400 |
commit | 2ca8a5d2ebd12c72c8b3e5ce251a02c0cc7e18b1 (patch) | |
tree | a12f83e4751946235168840e9b29775227dcce3b /drivers/gpu/drm/amd/include | |
parent | 702f9292ad60342a8bb0bd67ff61ab23ed84ab1b (diff) | |
download | linux-2ca8a5d2ebd12c72c8b3e5ce251a02c0cc7e18b1.tar.gz linux-2ca8a5d2ebd12c72c8b3e5ce251a02c0cc7e18b1.tar.xz |
drm/amdgpu: add RAVEN family id definition
RAVEN is a new APU.
Signed-off-by: Chunming Zhou <David1.Zhou@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/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 1d1ac1ef94f7..40486c7621d9 100644 --- a/drivers/gpu/drm/amd/include/amd_shared.h +++ b/drivers/gpu/drm/amd/include/amd_shared.h @@ -48,6 +48,7 @@ enum amd_asic_type { CHIP_POLARIS11, CHIP_POLARIS12, CHIP_VEGA10, + CHIP_RAVEN, CHIP_LAST, }; |