diff options
author | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2007-05-30 16:25:49 +0800 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2007-05-31 11:09:15 +0100 |
commit | 5c394b309de4325daae67fc766a0640b39658a64 (patch) | |
tree | cd1c98d7a37cd0d7d43142d771bbdf32f89b5fba | |
parent | 3917f85c73c32105b59f5185a89fe136ed6962a1 (diff) |
i915: Add support for 945GME chip
-rw-r--r-- | shared-core/drm_pciids.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/drm_pciids.txt b/shared-core/drm_pciids.txt index 5fbc7a68..4b07e4f6 100644 --- a/shared-core/drm_pciids.txt +++ b/shared-core/drm_pciids.txt @@ -282,6 +282,7 @@ 0x8086 0x2592 CHIP_I9XX|CHIP_I915 "Intel i915GM" 0x8086 0x2772 CHIP_I9XX|CHIP_I915 "Intel i945G" 0x8086 0x27A2 CHIP_I9XX|CHIP_I915 "Intel i945GM" +0x8086 0x27AE CHIP_I9XX|CHIP_I915 "Intel i945GME" 0x8086 0x2972 CHIP_I9XX|CHIP_I965 "Intel i946GZ" 0x8086 0x2982 CHIP_I9XX|CHIP_I965 "Intel i965G" 0x8086 0x2992 CHIP_I9XX|CHIP_I965 "Intel i965Q" |