From c6b135f0b02f2104475ce279ac3cb7442419cd2a Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Sat, 6 Jan 2007 01:22:29 +0100 Subject: [PATCH] drm: allow detection of new VIA chipsets Update pci ids. Signed-off-by: Chuck Short Signed-off-by: Ben Collins Signed-off-by: Adrian Bunk --- drivers/char/drm/drm_pciids.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/char/drm/drm_pciids.h b/drivers/char/drm/drm_pciids.h index 35889d8e0d5a..869ae73b83e0 100644 --- a/drivers/char/drm/drm_pciids.h +++ b/drivers/char/drm/drm_pciids.h @@ -186,6 +186,9 @@ {0x1106, 0x7205, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ {0x1106, 0x3108, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \ {0x1106, 0x3304, 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 \