diff options
author | Samuel Li <samuel.li@amd.com> | 2015-10-22 12:06:43 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-10-23 17:53:48 -0400 |
commit | 98546bfd038bc07a8cc7fed259c5022486bba473 (patch) | |
tree | f91df8a5f1641dd4a8b40a8625c710e874d5acb2 /include/pci_ids | |
parent | bf0d0ce0d57dce5df8195942d2eda6389d341fea (diff) |
radeonsi: add Stoney pci ids
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Samuel Li <samuel.li@amd.com>
Cc: mesa-stable@lists.freedesktop.org
Diffstat (limited to 'include/pci_ids')
-rw-r--r-- | include/pci_ids/radeonsi_pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pci_ids/radeonsi_pci_ids.h b/include/pci_ids/radeonsi_pci_ids.h index 52eada1d3d..bcf15a186c 100644 --- a/include/pci_ids/radeonsi_pci_ids.h +++ b/include/pci_ids/radeonsi_pci_ids.h @@ -181,3 +181,5 @@ CHIPSET(0x9876, CARRIZO_, CARRIZO) CHIPSET(0x9877, CARRIZO_, CARRIZO) CHIPSET(0x7300, FIJI_, FIJI) + +CHIPSET(0x98E4, STONEY_, STONEY) |