From: Jesse Barnes Date: Mon, 13 Sep 2010 17:35:45 +0000 (-0700) Subject: EGL DRI2: add PCI ID for Ironlake mobile X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c121608b6e409fe6c22cb8b05c52cc94d2dfb0af;p=mesa.git EGL DRI2: add PCI ID for Ironlake mobile Allows KMS EGL driver to load. We need a better way of doing this. --- 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[] = {