From: Johannes Berg <johannes@sipsolutions.net> Date: 2008-12-12 10:43:18
Hi,
After upgrading to -rc8 yesterday my powerbook started up today with the
screen totally garbled, only occasionally was a word readable. I also
tried adding radeonfb=accel_cexp to the command line but that changed
nothing. Also, once I was in X, it seemingly worked fine, but then I
opened up a terminal and tried setting the boot volume to 0 (nvsetvol 0)
[I had booted OSX yesterday] and the machine simply shut down and reset
its clock.
Something's amiss, but I have no idea what yet, and don't have time to
further diagnose/bisect before the end of next week.
johannes
From: Andreas Schwab <hidden> Date: 2008-12-12 15:00:21
Johannes Berg [off-list ref] writes:
On Fri, 2008-12-12 at 13:05 +0100, Andreas Schwab wrote:
quoted
Johannes Berg [off-list ref] writes:
quoted
After upgrading to -rc8 yesterday my powerbook started up today with the
screen totally garbled, only occasionally was a word readable.
Try 6c34bc2976b30dc8b56392c020e25bae1f363cab (Revert "radeonfb:
accelerate imageblit and other improvements").
That's post -rc8, ok, but -rc7 worked fine here, and the stuff it
reverts is all pre -rc7, no? Strange. I'll try later.
This appears to be a side effect of setting up info->pixmap in
radeon_set_fbinfo even if accel_cexp is 0. Alternatively to the cited
patch you can also use something like this:
From: Benjamin Herrenschmidt <benh@kernel.crashing.org> Date: 2008-12-12 19:36:50
On Fri, 2008-12-12 at 16:00 +0100, Andreas Schwab wrote:
Johannes Berg [off-list ref] writes:
quoted
On Fri, 2008-12-12 at 13:05 +0100, Andreas Schwab wrote:
quoted
Johannes Berg [off-list ref] writes:
quoted
After upgrading to -rc8 yesterday my powerbook started up today with the
screen totally garbled, only occasionally was a word readable.
Try 6c34bc2976b30dc8b56392c020e25bae1f363cab (Revert "radeonfb:
accelerate imageblit and other improvements").
That's post -rc8, ok, but -rc7 worked fine here, and the stuff it
reverts is all pre -rc7, no? Strange. I'll try later.
This appears to be a side effect of setting up info->pixmap in
radeon_set_fbinfo even if accel_cexp is 0. Alternatively to the cited
patch you can also use something like this:
Right but Linus just reverted the whole thing. Which is probably the way
to go. I'll try to fix the fbdev core itself one of these days, it's
seriously broken vs. handling of pitch in images.
Ben.