diff options
author | Samuel Li <samuel.li@amd.com> | 2015-10-08 14:50:27 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-10-21 12:19:12 -0400 |
commit | 139f491799c303c5269cf6d5600cec9bbf9853e6 (patch) | |
tree | ba699cca1e35348eae15cb0eb77bfa01a1463224 /drivers/gpu/drm/amd/include | |
parent | f48b2659f521301753f9b3b67e308a79c6110346 (diff) |
drm/amdgpu: add Stoney chip family
Stoney is based on Carrizo with some IP upgrades.
Signed-off-by: Samuel Li <samuel.li@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 68a8eaa1b7d0..fe28fb353fab 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_TONGA, CHIP_FIJI, CHIP_CARRIZO, + CHIP_STONEY, CHIP_LAST, }; |