projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e914a36
)
drm/i915: add support for E7221 chipset
author
Carlos Martín
<inean@users.sf.net>
Thu, 24 Jan 2008 00:34:10 +0000
(10:34 +1000)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Thu, 24 Jan 2008 02:04:55 +0000
(18:04 -0800)
E7221 chipset is a server version of the i915.
Signed-off-by: Dave Airlie <airlied@linux.ie>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/drm/drm_pciids.h
patch
|
blob
|
history
diff --git
a/drivers/char/drm/drm_pciids.h
b/drivers/char/drm/drm_pciids.h
index f3593974496c443a76152b849724333f74ce7a2e..43d3c42df360552a47e6dc9ecbf3c0c3f1839e3c 100644
(file)
--- a/
drivers/char/drm/drm_pciids.h
+++ b/
drivers/char/drm/drm_pciids.h
@@
-297,6
+297,7
@@
{0x8086, 0x3582, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
{0x8086, 0x2572, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
{0x8086, 0x2582, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
+ {0x8086, 0x258a, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
{0x8086, 0x2592, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
{0x8086, 0x2772, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
{0x8086, 0x27a2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \