diff options
author | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-01-09 11:30:35 +0800 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2008-01-15 13:06:09 -0500 |
commit | ac6b3780c816f81c8159ff5ba07a77563e26a1c5 (patch) | |
tree | 38569a52d20653be1eb3de10b1b016dfca3dfd85 /shared-core/drm_pciids.txt | |
parent | 88c511e49dce869d1c4e3271bf642cbb22fef0cf (diff) |
i915: Add chipset id for Intel Integrated Graphics Device
This adds new chipset id in drm.
Signed-off-by: Zhenyu Wang <zhenyu.z.wang@intel.com>
Diffstat (limited to 'shared-core/drm_pciids.txt')
-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 1eeb3138..83fbc90d 100644 --- a/shared-core/drm_pciids.txt +++ b/shared-core/drm_pciids.txt @@ -390,6 +390,7 @@ 0x8086 0x29C2 CHIP_I9XX|CHIP_I915 "Intel G33" 0x8086 0x29B2 CHIP_I9XX|CHIP_I915 "Intel Q35" 0x8086 0x29D2 CHIP_I9XX|CHIP_I915 "Intel Q33" +0x8086 0x2A42 CHIP_I9XX|CHIP_I965 "Intel Integrated Graphics Device" [imagine] 0x105d 0x2309 IMAGINE_128 "Imagine 128" |