From c121608b6e409fe6c22cb8b05c52cc94d2dfb0af Mon Sep 17 00:00:00 2001 From: Jesse Barnes Date: Mon, 13 Sep 2010 10:35:45 -0700 Subject: 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 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/egl/drivers/dri2/egl_dri2.c b/src/egl/drivers/dri2/egl_dri2.c index 2b78bcc763d..7c46f8e320c 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[] = { -- cgit v1.2.3