From 80095ffe01efe79983c2124ecc99ce979d7ac6a9 Mon Sep 17 00:00:00 2001
From: Wang Zhenyu <zhenyu.z.wang@intel.com>
Date: Tue, 13 Feb 2007 16:20:45 +0800
Subject: i915: Add 965GM pci id update

---
 shared-core/drm_pciids.txt | 1 +
 shared-core/i915_dma.c     | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

(limited to 'shared-core')

diff --git a/shared-core/drm_pciids.txt b/shared-core/drm_pciids.txt
index 0fc9775b..b2457f4f 100644
--- a/shared-core/drm_pciids.txt
+++ b/shared-core/drm_pciids.txt
@@ -278,6 +278,7 @@
 0x8086 0x2982 CHIP_I9XX|CHIP_I965 "Intel i965G"
 0x8086 0x2992 CHIP_I9XX|CHIP_I965 "Intel i965Q"
 0x8086 0x29A2 CHIP_I9XX|CHIP_I965 "Intel i965G"
+0x8086 0x2A02 CHIP_I9XX|CHIP_I965 "Intel i965GM"
 
 [imagine]
 0x105d 0x2309 IMAGINE_128 "Imagine 128"
diff --git a/shared-core/i915_dma.c b/shared-core/i915_dma.c
index 9624fac4..7e2fbd7d 100644
--- a/shared-core/i915_dma.c
+++ b/shared-core/i915_dma.c
@@ -34,7 +34,8 @@
 #define IS_I965G(dev)  (dev->pci_device == 0x2972 || \
 			dev->pci_device == 0x2982 || \
 			dev->pci_device == 0x2992 || \
-			dev->pci_device == 0x29A2)
+			dev->pci_device == 0x29A2 || \
+			dev->pci_device == 0x2A02)
 
 
 /* Really want an OS-independent resettable timer.  Would like to have
-- 
cgit v1.2.3