The patch titled radeonfb: fix setting of PPLL_REF_DIV for RV370 5B60 has been removed from the -mm tree. Its filename was radeonfb-fix-setting-of-ppll_ref_div-for-rv370-5b60.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 origin.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