EGL DRI2: 0xa011 is Pineview not Ironlake
authorJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 13 Sep 2010 17:55:16 +0000 (10:55 -0700)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 13 Sep 2010 17:55:56 +0000 (10:55 -0700)
Point about needing a better way to do this validated.

src/egl/drivers/dri2/egl_dri2.c

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