The patch titled radeonfb: fix setting of PPLL_REF_DIV for RV370 5B60 has been added to the -mm tree. Its filename is radeonfb-fix-setting-of-ppll_ref_div-for-rv370-5b60.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: fix setting of PPLL_REF_DIV for RV370 5B60 From: Andreas Herrmann <aherrman@xxxxxxxx> As observed with various Radeon X300: console goes blank without fixing setting of PPLL_REF_DIV. Signed-off-by: Andreas Herrmann <aherrman@xxxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Cc: "Antonino A. Daplas" <adaplas@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/aty/radeon_base.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN drivers/video/aty/radeon_base.c~radeonfb-fix-setting-of-ppll_ref_div-for-rv370-5b60 drivers/video/aty/radeon_base.c --- a/drivers/video/aty/radeon_base.c~radeonfb-fix-setting-of-ppll_ref_div-for-rv370-5b60 +++ a/drivers/video/aty/radeon_base.c @@ -1287,7 +1287,8 @@ static void radeon_write_pll_regs(struct if (rinfo->family == CHIP_FAMILY_R300 || rinfo->family == CHIP_FAMILY_RS300 || rinfo->family == CHIP_FAMILY_R350 || - rinfo->family == CHIP_FAMILY_RV350) { + rinfo->family == CHIP_FAMILY_RV350 || + rinfo->family == CHIP_FAMILY_RV380 ) { if (mode->ppll_ref_div & R300_PPLL_REF_DIV_ACC_MASK) { /* When restoring console mode, use saved PPLL_REF_DIV * setting. _ 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