[Intel-gfx] [PATCH] Revert "drm/i915: Allow LVDS on pipe A on gen4+"

2010-09-07 Thread Chris Wilson
This reverts commit 0f3ee801b332d6ff22285386675fe5aaedf035c3. Enabling LVDS on pipe A was causing excessive wakeups on otherwise idle system due to i915 interrupts. So restrict the LVDS to pipe B once more, whilst the issue is properly diagnosed. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi

Re: [Intel-gfx] [PATCH 2/2] drm/i915: set dither bits on eDP panels too

2010-09-07 Thread Chris Wilson
On Tue, 7 Sep 2010 14:48:06 -0700, Jesse Barnes wrote: > We really need a macro to test whether a given connector has a panel attached > rather than sprinkling HAS_PCH_SPLIT/IS_eDP/has_edp_encoder etc all over. Now that you mention it, it would be nice. ;-) Comment inline. > Signed-off-by: J

[Intel-gfx] [PATCH 2/2] drm/i915: set dither bits on eDP panels too

2010-09-07 Thread Jesse Barnes
We really need a macro to test whether a given connector has a panel attached rather than sprinkling HAS_PCH_SPLIT/IS_eDP/has_edp_encoder etc all over. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/intel_display.c | 25 + 1 files changed, 13 insertions(+), 12 de

[Intel-gfx] [PATCH 1/2] drm/i915: fix pipeconf dither bit definitions

2010-09-07 Thread Jesse Barnes
Make them match the others and add BPP definitions. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/i915_reg.h | 16 +++- drivers/gpu/drm/i915/intel_display.c |8 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_reg.h

Re: [Intel-gfx] [git pull v2] i915

2010-09-07 Thread Chris Wilson
On Tue, 7 Sep 2010 16:29:34 -0400, Kyle McMartin wrote: > Hi Chris, > > Without reverting ce171780, graphics don't come back after resuming on > my x201s. (drm/i915: Enable RC6 on Ironlake.) Several users bisected > failing graphics on resume to this commit, and I've confirmed that > reverting it

Re: [Intel-gfx] [git pull] i915

2010-09-07 Thread Daniel Vetter
On Tue, Sep 07, 2010 at 10:00:28AM +0800, Zhenyu Wang wrote: > Chris, could you help to check my sandybridge fixes? One is address mask > fix found by Takashi, which should have been applied but I can't find it > anywhere upstream. And others are PTE cache control fixes. > > Please check 'for-ick

Re: [Intel-gfx] No VBT in OpRegion / Switching MBP Arrandale

2010-09-07 Thread Adam Jackson
On Fri, 2010-08-27 at 12:19 +0200, Andreas Heider wrote: > Hello everyone, > at the moment i'm trying to get vga_switcheroo working on a 2010 > macbook pro. This laptop has two graphics cards, a dedicated nvidia > one and an integrated intel arrandale chip. Switching is still pretty > rough but it

Re: [Intel-gfx] [PATCH] intel_agp, i915: Add more sandybridge graphics device ids

2010-09-07 Thread Chris Wilson
On Tue, 7 Sep 2010 14:21:16 +0800, Zhenyu Wang wrote: > New pci ids for GT2 and GT2+ on desktop and mobile sandybridge, > and graphics device ids for server sandybridge. Also rename original > ids string to reflect GT1 version. I've pushed this into -fixes. We shall see if Linus is happy to enab

Re: [Intel-gfx] [git pull v2] i915

2010-09-07 Thread Chris Wilson
Hi Linus, I've gone over the set of patches and removed any that are not a regression, hang, compilation or other stability fix. I have left one in from Zhenyu that adds new PCI-IDs for Sandybridge. I've dropped the eDP patches from Jesse as the machine should still be usable in spite of the blan