summaryrefslogtreecommitdiff
path: root/shared-core/i915_dma.c
diff options
context:
space:
mode:
authorWang Zhenyu <zhenyu.z.wang@intel.com>2007-05-30 16:24:42 +0800
committerKeith Whitwell <keith@tungstengraphics.com>2007-05-31 11:09:07 +0100
commit3917f85c73c32105b59f5185a89fe136ed6962a1 (patch)
treedae3b011369662f013d184d09212b20cd67e51b4 /shared-core/i915_dma.c
parentb0c8d885ce645aee5027a75e4149ba4be265b55d (diff)
i915: Add support for 965GME/GLE chip.
Diffstat (limited to 'shared-core/i915_dma.c')
-rw-r--r--shared-core/i915_dma.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/shared-core/i915_dma.c b/shared-core/i915_dma.c
index 5ea0bdab..c6a80f1c 100644
--- a/shared-core/i915_dma.c
+++ b/shared-core/i915_dma.c
@@ -35,7 +35,8 @@
dev->pci_device == 0x2982 || \
dev->pci_device == 0x2992 || \
dev->pci_device == 0x29A2 || \
- dev->pci_device == 0x2A02)
+ dev->pci_device == 0x2A02 || \
+ dev->pci_device == 0x2A12)
/* Really want an OS-independent resettable timer. Would like to have