EGL DRI2: add PCI ID for Ironlake mobile
authorJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 13 Sep 2010 17:35:45 +0000 (10:35 -0700)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 13 Sep 2010 17:36:46 +0000 (10:36 -0700)
Allows KMS EGL driver to load.  We need a better way of doing this.

src/egl/drivers/dri2/egl_dri2.c

index 2b78bcc763dbc95ad8abb5cbdf4e3e32ad1ee501..7c46f8e320c3992a51a0eb4265101b2dd5d4ecce 100644 (file)
@@ -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[] = {