Re: i915 freakout with latest 3.7 git

2012-12-05 Thread Lekensteyn
On Tuesday 04 December 2012 22:08:45 Heinz Diehl wrote: > Ok, but in comment 11 in the same thread you mention that reverting > this patch didn't fix the issue for you: > > "Reverting that commit on top of 3.7-rc4 did not fix the hang issue." The bisected commit was from between rc2 and rc3: $ git

Re: i915 freakout with latest 3.7 git

2012-12-05 Thread Lekensteyn
On Tuesday 04 December 2012 13:35:22 Heinz Diehl wrote: > Btw: which kernel is known to be the "last good one"? As mentioned in the linked bug [1], I bisected it to: commit 504c7267a1e84b157cbd7e9c1b805e1bc0c2c846 Author: Chris Wilson Date: Thu Aug 23 13:12:52 2012 +0100 drm/i915: Use cpu

i915 freakout with latest 3.7 git

2012-12-04 Thread Lekensteyn
On Tuesday 04 December 2012 22:08:45 Heinz Diehl wrote: > Ok, but in comment 11 in the same thread you mention that reverting > this patch didn't fix the issue for you: > > "Reverting that commit on top of 3.7-rc4 did not fix the hang issue." The bisected commit was from between rc2 and rc3: $ git

i915 freakout with latest 3.7 git

2012-12-04 Thread Lekensteyn
On Tuesday 04 December 2012 13:35:22 Heinz Diehl wrote: > Btw: which kernel is known to be the "last good one"? As mentioned in the linked bug [1], I bisected it to: commit 504c7267a1e84b157cbd7e9c1b805e1bc0c2c846 Author: Chris Wilson Date: Thu Aug 23 13:12:52 2012 +0100 drm/i915: Use cpu

[bisected] drm i915 hangs on heavy io load

2012-11-05 Thread Lekensteyn
On Sunday 04 November 2012 16:08:47 Dave Airlie wrote: > On Sun, Nov 4, 2012 at 10:44 AM, Norbert Preining wrote: > > On Di, 30 Okt 2012, Dave Airlie wrote: > >> I would suggest starting a bisect on drivers/gpu/drm/i915 from 3.6 > >> final to 3.7-rc1 or maybe -rc2. > > > > Sorry for my ignorance

[bisected] drm i915 hangs on heavy io load

2012-11-05 Thread Lekensteyn
On Sunday 04 November 2012 16:08:47 Dave Airlie wrote: > On Sun, Nov 4, 2012 at 10:44 AM, Norbert Preining > wrote: > > On Di, 30 Okt 2012, Dave Airlie wrote: > >> I would suggest starting a bisect on drivers/gpu/drm/i915 from 3.6 > >> final to 3.7-rc1 or maybe -rc2. > > > > Sorry for my ignora

Re: Linux 3.7-rc1 (nouveau_bios_score oops).

2012-10-21 Thread Lekensteyn
On Sunday 21 October 2012 16:49:08 Marcin Slusarz wrote: > On Sun, Oct 21, 2012 at 07:38:58AM -0700, Linus Torvalds wrote: > > On Sun, Oct 21, 2012 at 5:09 AM, Marcin Slusarz > > > > wrote: > > > This looks like ACPI bug... > > > > I'm shocked to hear that firmware would be fragile. > > > > Anywa

Linux 3.7-rc1 (nouveau_bios_score oops).

2012-10-21 Thread Lekensteyn
On Sunday 21 October 2012 16:49:08 Marcin Slusarz wrote: > On Sun, Oct 21, 2012 at 07:38:58AM -0700, Linus Torvalds wrote: > > On Sun, Oct 21, 2012 at 5:09 AM, Marcin Slusarz > > > > wrote: > > > This looks like ACPI bug... > > > > I'm shocked to hear that firmware would be fragile. > > > > Anywa

Re: [PATCH 3/5] nouveau: Add interface to detect optimus support

2012-09-11 Thread Lekensteyn
Hi Dave, > +bool nouveau_is_optimus(void) { > + return nouveau_dsm_priv.optimus_detected; > +} This will only work for new Optimus laptops, not the older ones such as your Lenovo T410s or on a Dell Vostro 3500 with a GT 310M. Is that intended? If not, check for those models too: ret

[PATCH 3/5] nouveau: Add interface to detect optimus support

2012-09-10 Thread Lekensteyn
Hi Dave, > +bool nouveau_is_optimus(void) { > + return nouveau_dsm_priv.optimus_detected; > +} This will only work for new Optimus laptops, not the older ones such as your Lenovo T410s or on a Dell Vostro 3500 with a GT 310M. Is that intended? If not, check for those models too: ret

[PATCH] i915: initialize CADL in opregion

2012-06-28 Thread Lekensteyn
On Thursday 28 June 2012 13:22:02 Daniel Vetter wrote: > On Thu, Jun 28, 2012 at 1:05 PM, Daniel Vetter wrote: > > - When loading the i915.ko with the CADL patch the screen went black > > (like at boot), but with some excessive vt-switching and X restarting > > I've managed to light it up. Althoug

Re: [PATCH] i915: initialize CADL in opregion

2012-06-28 Thread Lekensteyn
On Thursday 28 June 2012 13:22:02 Daniel Vetter wrote: > On Thu, Jun 28, 2012 at 1:05 PM, Daniel Vetter wrote: > > - When loading the i915.ko with the CADL patch the screen went black > > (like at boot), but with some excessive vt-switching and X restarting > > I've managed to light it up. Althoug

[PATCH] i915: initialize CADL in opregion

2012-06-28 Thread Lekensteyn
On Wednesday 27 June 2012 18:27:37 Daniel Vetter wrote: > On Wed, Jun 27, 2012 at 05:09:02PM +0200, Lekensteyn wrote: > > On Wednesday 27 June 2012 17:03:02 Daniel Vetter wrote: > > > On Tue, Jun 26, 2012 at 11:07:55PM +0200, Daniel Vetter wrote: > > > > On Tue, Ju

Re: [PATCH] i915: initialize CADL in opregion

2012-06-28 Thread Lekensteyn
On Wednesday 27 June 2012 18:27:37 Daniel Vetter wrote: > On Wed, Jun 27, 2012 at 05:09:02PM +0200, Lekensteyn wrote: > > On Wednesday 27 June 2012 17:03:02 Daniel Vetter wrote: > > > On Tue, Jun 26, 2012 at 11:07:55PM +0200, Daniel Vetter wrote: > > > > On Tue, Ju

[PATCH] i915: initialize CADL in opregion

2012-06-27 Thread Lekensteyn
On Wednesday 27 June 2012 17:03:02 Daniel Vetter wrote: > On Tue, Jun 26, 2012 at 11:07:55PM +0200, Daniel Vetter wrote: > > On Tue, Jun 26, 2012 at 02:04:00PM -0700, Jesse Barnes wrote: > > > On Tue, 26 Jun 2012 00:36:24 +0200 > > > > > > Lekensteyn wrote:

Re: [PATCH] i915: initialize CADL in opregion

2012-06-27 Thread Lekensteyn
On Wednesday 27 June 2012 17:03:02 Daniel Vetter wrote: > On Tue, Jun 26, 2012 at 11:07:55PM +0200, Daniel Vetter wrote: > > On Tue, Jun 26, 2012 at 02:04:00PM -0700, Jesse Barnes wrote: > > > On Tue, 26 Jun 2012 00:36:24 +0200 > > > > > > Lekensteyn wrote:

[PATCH] i915: initialize CADL in opregion

2012-06-26 Thread Lekensteyn
This is rather a hack to fix brightness hotkeys on a Clevo laptop. CADL is not used anywhere in the driver code at the moment, but it could be used in BIOS as is the case with the Clevo laptop. The Clevo B7130 requires the CADL field to contain at least the ID of the LCD device. If this field is e

[PATCH] i915: initialize CADL in opregion

2012-06-25 Thread Lekensteyn
This is rather a hack to fix brightness hotkeys on a Clevo laptop. CADL is not used anywhere in the driver code at the moment, but it could be used in BIOS as is the case with the Clevo laptop. The Clevo B7130 requires the CADL field to contain at least the ID of the LCD device. If this field is e