diff options
author | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-06-20 12:12:56 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-06-20 12:12:56 +1000 |
commit | d3adbc0c582b767ba1561ffa38313e905cc917ea (patch) | |
tree | 7e8d3f3ea687d2b86fdce8dc32bf61d5bd5dfb9d /drivers/char/drm/drm_pciids.h | |
parent | 21efa2bac91b8d12064617c5a35492ec982544eb (diff) | |
download | op-kernel-dev-d3adbc0c582b767ba1561ffa38313e905cc917ea.zip op-kernel-dev-d3adbc0c582b767ba1561ffa38313e905cc917ea.tar.gz |
drm/i915: add support for Intel series 4 chipsets.
Signed-off-by: Zhenyu Wang <zhenyu.z.wang@intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/char/drm/drm_pciids.h')
-rw-r--r-- | drivers/char/drm/drm_pciids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/char/drm/drm_pciids.h b/drivers/char/drm/drm_pciids.h index bad096f..135bd19 100644 --- a/drivers/char/drm/drm_pciids.h +++ b/drivers/char/drm/drm_pciids.h @@ -409,4 +409,7 @@ {0x8086, 0x2a02, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ {0x8086, 0x2a12, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ {0x8086, 0x2a42, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ + {0x8086, 0x2e02, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ + {0x8086, 0x2e12, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ + {0x8086, 0x2e22, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ {0, 0, 0} |