diff options
author | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-06-20 04:12:56 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-06-20 04:12:56 +0200 |
commit | d3adbc0c582b767ba1561ffa38313e905cc917ea (patch) | |
tree | 7e8d3f3ea687d2b86fdce8dc32bf61d5bd5dfb9d /drivers/char/drm/drm_pciids.h | |
parent | drm/radeon: add hier-z registers for r300 and r500 chipsets (diff) | |
download | linux-d3adbc0c582b767ba1561ffa38313e905cc917ea.tar.xz linux-d3adbc0c582b767ba1561ffa38313e905cc917ea.zip |
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 bad096f896ad..135bd19499fc 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} |