diff options
author | Marek Olšák <[email protected]> | 2017-02-27 22:26:10 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-05-15 13:00:26 +0200 |
commit | 7622181cade48d3b389024b6ce3e4e177073964e (patch) | |
tree | edebd01a81fe1e4e623e4ec7f3ed36468d920f5b /include | |
parent | efdb378c3688b897bdbec11218cdc9ee5e801bbd (diff) |
radeonsi/gfx9: add support for Raven
Cc: 17.1 <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'include')
-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 a20a936ef38..50f638f5823 100644 --- a/include/pci_ids/radeonsi_pci_ids.h +++ b/include/pci_ids/radeonsi_pci_ids.h @@ -224,3 +224,5 @@ CHIPSET(0x6867, VEGA10_, VEGA10) CHIPSET(0x6868, VEGA10_, VEGA10) CHIPSET(0x687F, VEGA10_, VEGA10) CHIPSET(0x686C, VEGA10_, VEGA10) + +CHIPSET(0x15DD, RAVEN_, RAVEN) |