[Mesa-dev] [PATCH 4/4] i965/bxt: Add known PCI IDs

Ben Widawsky benjamin.widawsky at intel.com
Wed Jun 17 15:50:14 PDT 2015


These match the ones defined in the kernel. The only one tested by us is 0x0a84.

Signed-off-by: Ben Widawsky <ben at bwidawsk.net>
---
 include/pci_ids/i965_pci_ids.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/pci_ids/i965_pci_ids.h b/include/pci_ids/i965_pci_ids.h
index 8d757aa..4d8b419 100644
--- a/include/pci_ids/i965_pci_ids.h
+++ b/include/pci_ids/i965_pci_ids.h
@@ -128,3 +128,6 @@ CHIPSET(0x22B0, chv,     "Intel(R) HD Graphics (Cherryview)")
 CHIPSET(0x22B1, chv,     "Intel(R) HD Graphics (Cherryview)")
 CHIPSET(0x22B2, chv,     "Intel(R) HD Graphics (Cherryview)")
 CHIPSET(0x22B3, chv,     "Intel(R) HD Graphics (Cherryview)")
+CHIPSET(0x0a84, bxt,     "Intel(R) Broxton")
+CHIPSET(0x1a84, bxt,     "Intel(R) Broxton")
+CHIPSET(0x5a84, bxt,     "Intel(R) Broxton")
-- 
2.4.3



More information about the mesa-dev mailing list