Commit c727c2f4 authored by Linus Torvalds's avatar Linus Torvalds

Fix radeonfb to use the proper BIOS reference divider for

flat-panel displays.

From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
parent c4512259
......@@ -1442,7 +1442,7 @@ int radeonfb_set_par(struct fb_info *info)
nopllcalc = 1;
newmode.ppll_div_3 = rinfo->panel_info.fbk_divider |
(rinfo->panel_info.post_divider << 16);
newmode.ppll_ref_div = rinfo->pll.ref_div;
newmode.ppll_ref_div = rinfo->panel_info.ref_divider;
}
}
dotClock = 1000000000 / pixClock;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment