summaryrefslogtreecommitdiff
path: root/src/egl/drivers/dri2
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2010-09-13 10:55:16 -0700
committerJesse Barnes <jbarnes@virtuousgeek.org>2010-09-13 10:55:56 -0700
commite7eff0cfcef5c549678779e3c1def950feae4fb9 (patch)
treedfd49556c20027289835d7b869dcf39531e52c3b /src/egl/drivers/dri2
parent9532eea509321d8f88a4e60191a1e659ada40dfe (diff)
EGL DRI2: 0xa011 is Pineview not Ironlake
Point about needing a better way to do this validated.
Diffstat (limited to 'src/egl/drivers/dri2')
-rw-r--r--src/egl/drivers/dri2/egl_dri2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/drivers/dri2/egl_dri2.c b/src/egl/drivers/dri2/egl_dri2.c
index 7c46f8e320c..856029091a2 100644
--- a/src/egl/drivers/dri2/egl_dri2.c
+++ b/src/egl/drivers/dri2/egl_dri2.c
@@ -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[] = {