The patch titled radeonfb: add PCI Id for RS482/Radeon Xpress 200M has been added to the -mm tree. Its filename is radeonfb-add-pci-id-for-rs482-radeon-xpress-200m.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: radeonfb: add PCI Id for RS482/Radeon Xpress 200M From: Andreas Herrmann <aherrman@xxxxxxxx> .. which can be found in Acer Aspire 5100. Signed-off-by: Andreas Herrmann <aherrman@xxxxxxxx> Acked-by: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Cc: "Antonino A. Daplas" <adaplas@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/aty/ati_ids.h | 1 + drivers/video/aty/radeon_base.c | 1 + 2 files changed, 2 insertions(+) diff -puN drivers/video/aty/ati_ids.h~radeonfb-add-pci-id-for-rs482-radeon-xpress-200m drivers/video/aty/ati_ids.h --- a/drivers/video/aty/ati_ids.h~radeonfb-add-pci-id-for-rs482-radeon-xpress-200m +++ a/drivers/video/aty/ati_ids.h @@ -211,3 +211,4 @@ #define PCI_CHIP_RS350_7834 0x7834 #define PCI_CHIP_RS350_7835 0x7835 #define PCI_CHIP_RS480_5955 0x5955 +#define PCI_CHIP_RS482_5975 0x5975 diff -puN drivers/video/aty/radeon_base.c~radeonfb-add-pci-id-for-rs482-radeon-xpress-200m drivers/video/aty/radeon_base.c --- a/drivers/video/aty/radeon_base.c~radeonfb-add-pci-id-for-rs482-radeon-xpress-200m +++ a/drivers/video/aty/radeon_base.c @@ -102,6 +102,7 @@ static struct pci_device_id radeonfb_pci_table[] = { /* Radeon Xpress 200m */ CHIP_DEF(PCI_CHIP_RS480_5955, RS480, CHIP_HAS_CRTC2 | CHIP_IS_IGP | CHIP_IS_MOBILITY), + CHIP_DEF(PCI_CHIP_RS482_5975, RS480, CHIP_HAS_CRTC2 | CHIP_IS_IGP | CHIP_IS_MOBILITY), /* Mobility M6 */ CHIP_DEF(PCI_CHIP_RADEON_LY, RV100, CHIP_HAS_CRTC2 | CHIP_IS_MOBILITY), CHIP_DEF(PCI_CHIP_RADEON_LZ, RV100, CHIP_HAS_CRTC2 | CHIP_IS_MOBILITY), _ Patches currently in -mm which might be from aherrman@xxxxxxxx are radeonfb-add-pci-id-for-rs482-radeon-xpress-200m.patch radeonfb-add-new-module-parameter-to-force-pll-calculation.patch radeonfb-add-new-module-parameter-to-force-pll-calculation-fix.patch radeonfb-fix-setting-of-ppll_ref_div-for-rv370-5b60.patch radeonfb-use-pci-device-id-in-hex-for-name-string.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html