[PATCH] drm: Add VIA chipset IDs for drm detection

From: Al Boldi
Date: Tue Jun 20 2006 - 11:14:42 EST



Allow drm detection of new VIA chipsets.

Signed-off-by: Al Boldi <a1426z@xxxxxxxxx>
--
--- drivers/char/drm/drm_pciids.h.old 2006-06-19 01:34:48.000000000 +0300
+++ drivers/char/drm/drm_pciids.h 2006-06-19 13:36:49.000000000 +0300
@@ -227,6 +227,9 @@
{0x1106, 0x3122, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
{0x1106, 0x7205, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
{0x1106, 0x3108, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
+ {0x1106, 0x3157, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
+ {0x1106, 0x3344, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
+ {0x1106, 0x7204, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
{0, 0, 0}

#define i810_PCI_IDS \

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/