Mesa (master): EGL DRI2: add PCI ID for Ironlake mobile

Jesse Barnes jbarnes at kemper.freedesktop.org
Mon Sep 13 17:38:27 UTC 2010


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

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

EGL DRI2: add PCI ID for Ironlake mobile

Allows KMS EGL driver to load.  We need a better way of doing this.

---

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

diff --git a/src/egl/drivers/dri2/egl_dri2.c b/src/egl/drivers/dri2/egl_dri2.c
index 2b78bcc..7c46f8e 100644
--- a/src/egl/drivers/dri2/egl_dri2.c
+++ b/src/egl/drivers/dri2/egl_dri2.c
@@ -903,6 +903,7 @@ 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