Re: [git pull] drm for rc1

From: Linus Torvalds
Date: Tue Jan 11 2011 - 18:29:49 EST


On Tue, Jan 11, 2011 at 3:20 PM, Christian Borntraeger
<borntraeger@xxxxxxxxxx> 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/