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

2010-09-08 Thread Chris Wilson
Applied to -next with minor tweaks. -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

2010-09-08 Thread Adam Jackson
On Tue, 2010-09-07 at 23:45 +0100, Chris Wilson wrote: 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

[Intel-gfx] [PATCH] drm/i915: Use the real FDI frequency for determining b/w

2010-09-08 Thread Chris Wilson
Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk --- drivers/gpu/drm/i915/i915_reg.h |1 + drivers/gpu/drm/i915/intel_display.c |9 - 2 files changed, 9 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h index

[Intel-gfx] [PATCH] drm/i915/bios: Fix DEVICE_TYPE_HDMI id

2010-09-08 Thread Chris Wilson
The single HDMI example I have in the wild uses 0x68D2 not 0x60D2. 0x60D2 is also used by DEVICE_TYPE_EFP_DVI_D_HDCP. Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk --- drivers/gpu/drm/i915/intel_bios.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [Intel-gfx] [regression] i915 incorrectly detects bogus LVDS connection instead of LVDS1

2010-09-08 Thread Chris Wilson
On Wed, 8 Sep 2010 11:10:42 -0400, Woody Suwalski terraluna...@gmail.com wrote: LVDS connected 800x600+0+0 (normal left inverted right x axis y axis) 0mm x 0mm LVDS-1 connected 800x600+0+0 (normal left inverted right x axis y The -intel driver does not generate either of these names, it

[Intel-gfx] [PATCH] i915: Add native backlight control

2010-09-08 Thread Matthew Garrett
Not all systems expose a firmware or platform mechanism for changing the backlight intensity on i915, so add native driver support. Signed-off-by: Matthew Garrett m...@redhat.com Cc: intel-gfx intel-gfx@lists.freedesktop.org --- drivers/gpu/drm/i915/i915_drv.h |3 +

[Intel-gfx] [PATCH] Backlight: Add backlight type

2010-09-08 Thread Matthew Garrett
There may be multiple ways of controlling the backlight on a given machine. Allow drivers to expose the type of interface they are providing, making it possible for userspace to make appropriate policy decisions. Signed-off-by: Matthew Garrett m...@redhat.com Cc: Richard Purdie rpur...@rpsys.net

Re: [Intel-gfx] [PATCH] gpu/drm/i915: Don't disable panel for modesetting if pfit hasn't changed

2010-09-08 Thread Matthew Garrett
On Tue, May 18, 2010 at 01:12:32PM -0700, Jesse Barnes wrote: On Tue, 18 May 2010 13:53:16 -0400 Matthew Garrett m...@redhat.com wrote: It seems to be possible to program a new mode without disabling the panel if the panel fitter setup doesn't change. Add support for that.

Re: [Intel-gfx] Intel 965 and Custom Resolutions

2010-09-08 Thread Lucas Burdick
Okay, I'm going to try one last time, Can ANYBODY tell me why I cannot select and use a modeline for my Intel 965GM/Panasonic Plasma TV setup? The xorg.0.log attached shows the Modeline existing but I cannot set it. Please help. Thanks Lucas Xorg.0.log Description: Binary data

[Intel-gfx] eDP fixes

2010-09-08 Thread Jesse Barnes
Here's the set of eDP changes I've been running with locally. With these fixes applied, my Dell E6510 test machine is solid from boot through suspend/resume, though it appears other users haven't been so fortunate, so there's still more work to do. Thanks, Jesse

[Intel-gfx] [PATCH 2/7] drm/i915: use 125MHz reference clock for PCH attached eDP

2010-09-08 Thread Jesse Barnes
Fix the test so we don't try to use the 450MHz refclk on PCH attached eDP. References: https://bugs.freedesktop.org/show_bug.cgi?id=29141 Signed-off-by: Jesse Barnes jbar...@virtuousgeek.org --- drivers/gpu/drm/i915/intel_dp.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-)

[Intel-gfx] [PATCH 3/7] drm/i915: use VDD AUX for panel power around detection and in prepare

2010-09-08 Thread Jesse Barnes
Mode setting sequence specifies that we use VDD AUX for configuration and detection, and early in the mode set sequence. Only later (after DP_A has started training) should we actually enable panel power. Signed-off-by: Jesse Barnes jbar...@virtuousgeek.org --- drivers/gpu/drm/i915/intel_dp.c |

[Intel-gfx] [PATCH 4/7] drm/i915: split DP link training across panel power sequencing

2010-09-08 Thread Jesse Barnes
Mode set sequence requires that we start training, then enable the panel, then complete training. So split the DP training function into two parts; the first enables the DP port and sets training pattern 1 and the second completes the training. As part of this, remove some redundant function

[Intel-gfx] [PATCH 6/7] drm/i915: make sure VDD AUX power has time to settle

2010-09-08 Thread Jesse Barnes
When turning on or off the VDD AUX bit, we need to give the panel time to start or stop or AUX transactions may fail. Signed-off-by: Jesse Barnes jbar...@virtuousgeek.org --- drivers/gpu/drm/i915/intel_dp.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

Re: [Intel-gfx] Intel 965 and Custom Resolutions

2010-09-08 Thread Lucas Burdick
This is interesting. The problem is, when I update my installation to the latest version along with a newer kernel I still get the same issues. The log looks a little different but it still cannot display the Interlaced mode properly. What version DOES support interlace? -Original

Re: [Intel-gfx] [PATCH 7/7] drm/i915: make sure panel is sequenced off when starting a mode set

2010-09-08 Thread Chris Wilson
With a couple of tweaks as discussed on IRC, applied to -next. Thanks, -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Re: [Intel-gfx] Intel 965 and Custom Resolutions

2010-09-08 Thread Lucas
Here is the xorg.0.log from the 2.12 driver and 2.6.35-20 kernel. Looks similar. Does 2.12 support interlaced modes? -Original Message- From: intel-gfx-bounces+lucas=dmglobal@lists.freedesktop.org [mailto:intel-gfx-bounces+lucas=dmglobal@lists.freedesktop.org] On Behalf Of

Re: [Intel-gfx] Intel 965 and Custom Resolutions

2010-09-08 Thread Lucas Burdick
Never mind, apparently it's still TODO. -Original Message- From: intel-gfx-bounces+lucas=dmglobal@lists.freedesktop.org [mailto:intel-gfx-bounces+lucas=dmglobal@lists.freedesktop.org] On Behalf Of Lucas Sent: Wednesday, September 08, 2010 1:51 PM To:

Re: [Intel-gfx] [PATCH] i915: enable AVI infoframe for intel_hdmi.c

2010-09-08 Thread Chris Wilson
On Thu, 09 Sep 2010 00:52:17 +0200, David Härdeman da...@hardeman.nu wrote: This patch enables the sending of AVI infoframes in drivers/gpu/drm/i915/intel_hdmi.c. My receiver currently loses sync when the HDMI output on my computer (DG45FC motherboard) is switched from 800x600 (the BIOS