summaryrefslogtreecommitdiffstats
path: root/include/pci_ids
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2014-02-18 16:39:11 -0800
committerKenneth Graunke <kenneth@whitecape.org>2014-03-28 17:10:09 -0700
commit9b6b084eb7b10d006b44e3cd22585fc3e39e0c00 (patch)
treed66b0aef385214e7385150cdbec6c58aa6de914c /include/pci_ids
parent4047263cb15e89d23cb145c74fb3f303904e8f14 (diff)
downloadexternal_mesa3d-9b6b084eb7b10d006b44e3cd22585fc3e39e0c00.zip
external_mesa3d-9b6b084eb7b10d006b44e3cd22585fc3e39e0c00.tar.gz
external_mesa3d-9b6b084eb7b10d006b44e3cd22585fc3e39e0c00.tar.bz2
i965: Add Cherryview support.
Based on a patch by Ville Syrjälä. As usual, these are placeholder values; actual values will come later. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'include/pci_ids')
-rw-r--r--include/pci_ids/i965_pci_ids.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/pci_ids/i965_pci_ids.h b/include/pci_ids/i965_pci_ids.h
index a71f6d4..cf0c904 100644
--- a/include/pci_ids/i965_pci_ids.h
+++ b/include/pci_ids/i965_pci_ids.h
@@ -109,3 +109,7 @@ CHIPSET(0x162A, bdw_gt3, "Intel(R) Broadwell")
CHIPSET(0x162B, bdw_gt3, "Intel(R) Broadwell")
CHIPSET(0x162D, bdw_gt3, "Intel(R) Broadwell")
CHIPSET(0x162E, bdw_gt3, "Intel(R) Broadwell")
+CHIPSET(0x22B0, chv, "Intel(R) Cherryview")
+CHIPSET(0x22B1, chv, "Intel(R) Cherryview")
+CHIPSET(0x22B2, chv, "Intel(R) Cherryview")
+CHIPSET(0x22B3, chv, "Intel(R) Cherryview")