Re: [Intel-gfx] [PATCH] drm/i915: fix OOPS in lid_notify

2012-09-19 Thread Daniel Vetter
On Tue, Sep 18, 2012 at 11:42:17AM +0100, Chris Wilson wrote: > Not even a squeak on my 855gm. On a positive note modeset-rework is able > to light the LVDS even when that machine is booted with its lid close, > which is a first! It complains vehemently in the process though. Wohoo for better lvds

Re: [Intel-gfx] [PATCH] drm/i915: fix OOPS in lid_notify

2012-09-18 Thread Chris Wilson
On Mon, 17 Sep 2012 14:38:14 -0700, Jesse Barnes wrote: > On Mon, 17 Sep 2012 22:27:21 +0200 > Daniel Vetter wrote: > > > This goes back to > > > > commit c1c7af60892070e4b82ad63bbfb95ae745056de0 > > Author: Jesse Barnes > > Date: Thu Sep 10 15:28:03 2009 -0700 > > > > drm/i915: force

Re: [Intel-gfx] [PATCH] drm/i915: fix OOPS in lid_notify

2012-09-17 Thread Daniel Vetter
On Mon, Sep 17, 2012 at 02:38:14PM -0700, Jesse Barnes wrote: > On Mon, 17 Sep 2012 22:27:21 +0200 > Daniel Vetter wrote: > > > This goes back to > > > > commit c1c7af60892070e4b82ad63bbfb95ae745056de0 > > Author: Jesse Barnes > > Date: Thu Sep 10 15:28:03 2009 -0700 > > > > drm/i915: fo

Re: [Intel-gfx] [PATCH] drm/i915: fix OOPS in lid_notify

2012-09-17 Thread Jesse Barnes
On Mon, 17 Sep 2012 22:27:21 +0200 Daniel Vetter wrote: > This goes back to > > commit c1c7af60892070e4b82ad63bbfb95ae745056de0 > Author: Jesse Barnes > Date: Thu Sep 10 15:28:03 2009 -0700 > > drm/i915: force mode set at lid open time > > It was used to fix an issue on a i915GM based T

[Intel-gfx] [PATCH] drm/i915: fix OOPS in lid_notify

2012-09-17 Thread Daniel Vetter
This goes back to commit c1c7af60892070e4b82ad63bbfb95ae745056de0 Author: Jesse Barnes Date: Thu Sep 10 15:28:03 2009 -0700 drm/i915: force mode set at lid open time It was used to fix an issue on a i915GM based Thinkpad X41, which somehow clobbered the modeset state at lid close time. Si