From afb7c6b301ea4275d64498a0b62a908777cb9b24 Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Wed, 19 Sep 2018 10:24:30 -0500 Subject: [PATCH] pci_ids: add new polaris pci id MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Marek Olšák Signed-off-by: Alex Deucher Cc: mesa-stable@lists.freedesktop.org --- include/pci_ids/radeonsi_pci_ids.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pci_ids/radeonsi_pci_ids.h b/include/pci_ids/radeonsi_pci_ids.h index 91eb7b3..35ea355 100644 --- a/include/pci_ids/radeonsi_pci_ids.h +++ b/include/pci_ids/radeonsi_pci_ids.h @@ -204,6 +204,7 @@ CHIPSET(0x67CC, POLARIS10) CHIPSET(0x67CF, POLARIS10) CHIPSET(0x67D0, POLARIS10) CHIPSET(0x67DF, POLARIS10) +CHIPSET(0x6FDF, POLARIS10) CHIPSET(0x98E4, STONEY) -- 2.7.4