Comment 20 for bug 597075

Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

~/linux-2.6$ git log --pretty=oneline v2.6.34..v2.6.35-rc1 -- drivers/gpu/drm/i915/ | wc -l
71

It looks like i915 saw 71 commits between 2.6.34 and 2.6.35-rc1, so lets start with i915 and try to bisect...

~/linux-2.6$ git bisect start v2.6.35-rc1 v2.6.34 -- drivers/gpu/drm/i915
Bisecting: 35 revisions left to test after this (roughly 5 steps)
[461ed3caee9b615393eb5beb9a8148d230354b41] drm/i915: Add support of SDVO on Ibexpeak PCH

I've built the resulting bisected kernel and placed it at the following. Please test and let me know your results and I'll then kick off the next build.

http://people.canonical.com/~ogasawara/lp597075/461ed3c