Mesa (master): EGL DRI2: 0xa011 is Pineview not Ironlake

Jesse Barnes jbarnes at kemper.freedesktop.org
Mon Sep 13 17:57:35 UTC 2010


Module: Mesa
Branch: master
Commit: e7eff0cfcef5c549678779e3c1def950feae4fb9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e7eff0cfcef5c549678779e3c1def950feae4fb9

Author: Jesse Barnes <jbarnes at virtuousgeek.org>
Date:   Mon Sep 13 10:55:16 2010 -0700

EGL DRI2: 0xa011 is Pineview not Ironlake

Point about needing a better way to do this validated.

---

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

diff --git a/src/egl/drivers/dri2/egl_dri2.c b/src/egl/drivers/dri2/egl_dri2.c
index 7c46f8e..8560290 100644
--- a/src/egl/drivers/dri2/egl_dri2.c
+++ b/src/egl/drivers/dri2/egl_dri2.c
@@ -889,6 +889,7 @@ const int i915_chip_ids[] = {
    0x29b2, /* PCI_CHIP_Q35_G */
    0x29c2, /* PCI_CHIP_G33_G */
    0x29d2, /* PCI_CHIP_Q33_G */
+   0xa011, /* Pineview */
 };
 
 const int i965_chip_ids[] = {
@@ -903,7 +904,6 @@ const int i965_chip_ids[] = {
    0x2e12, /* PCI_CHIP_Q45_G */
    0x2e22, /* PCI_CHIP_G45_G */
    0x2e32, /* PCI_CHIP_G41_G */
-   0xa011, /* Ironlake */
 };
 
 const struct dri2_driver_map driver_map[] = {




More information about the mesa-commit mailing list