On Tue, Jan 11, 2011 at 3:20 PM, Christian Borntraeger
<borntraeger at de.ibm.com> wrote:
>
> Now nouveau framebuffer is completely broken on my T61p (01:00.0 VGA
> compatible controller: nVidia Corporation G84M [Quadro FX 570M] (rev a1))
> During startup the framebuffer shows only stripes and a blank
> screen after suspend/resume.
> I also see lots of TRAP messages. (see below).
> X11 seems to work fine though...
Can you try to bisect?
It's a *bit* easier to do if you start out at the drm merge, and only
bisect that part, ie
MERGE=5b2eef966cb2ae307aa4ef1767f7307774bc96ca
git bisect start
git bisect bad $MERGE^2
git bisect good $MERGE^1
(the above assumes that the merge itself isn't what caused the
problems) and that way you should only need to bisect through the
actual new DRM commits.
Linus