projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
036a4a7
)
drm/i915: Enable probe on new chipset
author
Zhenyu Wang
<zhenyuw@linux.intel.com>
Mon, 8 Jun 2009 06:40:20 +0000
(14:40 +0800)
committer
Eric Anholt
<eric@anholt.net>
Tue, 9 Jun 2009 18:15:40 +0000
(11:15 -0700)
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
include/drm/drm_pciids.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_pciids.h
b/include/drm/drm_pciids.h
index fc55db78019943f30637668258682ccaa6c62f09..8b4c80cdd277e586f8696ee83be36cee2522086b 100644
(file)
--- a/
include/drm/drm_pciids.h
+++ b/
include/drm/drm_pciids.h
@@
-536,4
+536,6
@@
{0x8086, 0xa001, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \
{0x8086, 0xa011, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \
{0x8086, 0x35e8, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \
+ {0x8086, 0x0042, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \
+ {0x8086, 0x0046, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_DISPLAY_VGA << 8, 0xffff00, 0}, \
{0, 0, 0}