From 675af982e19833ca65e1aecdac313829cfeec807 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Tue, 13 Dec 2016 18:35:35 +0100 Subject: radeonsi: add Vega10 PCI IDs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Nicolai Hähnle --- include/pci_ids/radeonsi_pci_ids.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include') diff --git a/include/pci_ids/radeonsi_pci_ids.h b/include/pci_ids/radeonsi_pci_ids.h index b14291d638..f4139ea754 100644 --- a/include/pci_ids/radeonsi_pci_ids.h +++ b/include/pci_ids/radeonsi_pci_ids.h @@ -213,3 +213,11 @@ CHIPSET(0x6986, POLARIS12_, POLARIS12) CHIPSET(0x6987, POLARIS12_, POLARIS12) CHIPSET(0x6995, POLARIS12_, POLARIS12) CHIPSET(0x699F, POLARIS12_, POLARIS12) + +CHIPSET(0x6860, VEGA10_, VEGA10) +CHIPSET(0x6861, VEGA10_, VEGA10) +CHIPSET(0x6862, VEGA10_, VEGA10) +CHIPSET(0x6863, VEGA10_, VEGA10) +CHIPSET(0x6867, VEGA10_, VEGA10) +CHIPSET(0x687F, VEGA10_, VEGA10) +CHIPSET(0x686C, VEGA10_, VEGA10) -- cgit v1.2.3