diff options
| author | 2015-10-08 14:50:27 -0400 | |
|---|---|---|
| committer | 2015-10-21 12:19:12 -0400 | |
| commit | 139f491799c303c5269cf6d5600cec9bbf9853e6 (patch) | |
| tree | ba699cca1e35348eae15cb0eb77bfa01a1463224 /drivers/gpu/drm/amd/include/amd_shared.h | |
| parent | drm/amdgpu: fix the broken vm->mutex V2 (diff) | |
| download | wireguard-linux-139f491799c303c5269cf6d5600cec9bbf9853e6.tar.xz wireguard-linux-139f491799c303c5269cf6d5600cec9bbf9853e6.zip | |
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/amd_shared.h')
| -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, }; |
