]> Git Repo - linux.git/commitdiff
radeonfb: Add support for Radeon Xpress 200M (RS485)
authorStephan Wolf <[email protected]>
Tue, 17 Jul 2007 11:05:29 +0000 (04:05 -0700)
committerLinus Torvalds <[email protected]>
Tue, 17 Jul 2007 17:23:11 +0000 (10:23 -0700)
Add PCI ids for the Radeon Xpress 200M (RS485).

Signed-off-by: Antonino Daplas <[email protected]>
Acked-by: Benjamin Herrenschmidt <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/video/aty/ati_ids.h
drivers/video/aty/radeon_base.c

index 90e7df22f508a8dc992c133ee1f6dfb6d0fe0685..685a754991c62e93b360af8e2ab669f381f3ecf8 100644 (file)
 #define PCI_CHIP_RV280_5961            0x5961
 #define PCI_CHIP_RV280_5962            0x5962
 #define PCI_CHIP_RV280_5964            0x5964
+#define PCI_CHIP_RS485_5975            0x5975
 #define PCI_CHIP_RV280_5C61            0x5C61
 #define PCI_CHIP_RV280_5C63            0x5C63
 #define PCI_CHIP_R423_5D57              0x5D57
index 2349e71b0083f60f87d8dd45b740f81ff1616520..47ca62fe7c3e6edef11f6869fe44599f6609a74e 100644 (file)
@@ -153,6 +153,8 @@ static struct pci_device_id radeonfb_pci_table[] = {
        /* Mobility 9200 (M9+) */
        CHIP_DEF(PCI_CHIP_RV280_5C61,   RV280,  CHIP_HAS_CRTC2 | CHIP_IS_MOBILITY),
        CHIP_DEF(PCI_CHIP_RV280_5C63,   RV280,  CHIP_HAS_CRTC2 | CHIP_IS_MOBILITY),
+       /*Mobility Xpress 200 */
+       CHIP_DEF(PCI_CHIP_RS485_5975,   R300,   CHIP_HAS_CRTC2 | CHIP_IS_IGP | CHIP_IS_MOBILITY),
        /* 9200 */
        CHIP_DEF(PCI_CHIP_RV280_5960,   RV280,  CHIP_HAS_CRTC2),
        CHIP_DEF(PCI_CHIP_RV280_5961,   RV280,  CHIP_HAS_CRTC2),
This page took 0.056961 seconds and 4 git commands to generate.