Mesa (7.9): egl_dri2: Add missing intel chip ids.

Ian Romanick idr at kemper.freedesktop.org
Wed Dec 15 23:15:08 UTC 2010


Module: Mesa
Branch: 7.9
Commit: 5a8d1d5b72a1534ffeaa181ab76ffe2b52bcaa00
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a8d1d5b72a1534ffeaa181ab76ffe2b52bcaa00

Author: Robert Hooker <sarvatt at ubuntu.com>
Date:   Tue Nov 16 15:10:20 2010 -0500

egl_dri2: Add missing intel chip ids.

Signed-off-by: Robert Hooker <robert.hooker at canonical.com>
(cherry picked from commit 778917069c34971d12c6704a53bcbd6416ddf9ab)

---

 src/egl/drivers/dri2/egl_dri2.c |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/egl/drivers/dri2/egl_dri2.c b/src/egl/drivers/dri2/egl_dri2.c
index 4a6506c..dd0cc30 100644
--- a/src/egl/drivers/dri2/egl_dri2.c
+++ b/src/egl/drivers/dri2/egl_dri2.c
@@ -888,10 +888,20 @@ const int i915_chip_ids[] = {
    0x29b2, /* PCI_CHIP_Q35_G */
    0x29c2, /* PCI_CHIP_G33_G */
    0x29d2, /* PCI_CHIP_Q33_G */
+   0xa001, /* PCI_CHIP_IGD_G */
    0xa011, /* Pineview */
 };
 
 const int i965_chip_ids[] = {
+   0x0042, /* PCI_CHIP_ILD_G */
+   0x0046, /* PCI_CHIP_ILM_G */
+   0x0102, /* PCI_CHIP_SANDYBRIDGE_GT1 */
+   0x0106, /* PCI_CHIP_SANDYBRIDGE_M_GT1 */
+   0x010a, /* PCI_CHIP_SANDYBRIDGE_S */
+   0x0112, /* PCI_CHIP_SANDYBRIDGE_GT2 */
+   0x0116, /* PCI_CHIP_SANDYBRIDGE_M_GT2 */
+   0x0122, /* PCI_CHIP_SANDYBRIDGE_GT2_PLUS */
+   0x0126, /* PCI_CHIP_SANDYBRIDGE_M_GT2_PLUS */
    0x29a2, /* PCI_CHIP_I965_G */
    0x2992, /* PCI_CHIP_I965_Q */
    0x2982, /* PCI_CHIP_I965_G_1 */
@@ -903,6 +913,8 @@ const int i965_chip_ids[] = {
    0x2e12, /* PCI_CHIP_Q45_G */
    0x2e22, /* PCI_CHIP_G45_G */
    0x2e32, /* PCI_CHIP_G41_G */
+   0x2e42, /* PCI_CHIP_B43_G */
+   0x2e92, /* PCI_CHIP_B43_G1 */
 };
 
 const struct dri2_driver_map driver_map[] = {




More information about the mesa-commit mailing list