Re: [Intel-gfx] [PATCH] drm/i915: be sure panel is powered up in eDP configs

2010-07-21 Thread Sergio Monteiro Basto
Hi!, so what is the state of this ? From: Adam Jackson To: intel-gfx@lists.freedesktop.org Subject: [Intel-gfx] [PATCH 1/6] drm/i915/dp: Rename has_edp to is_pch_edp to reflect its real meaning Date: Fri, 16 Jul 2010 14:46:27 -0400 (07/16/2010 07:46:27 PM) seems that have something related to t

Re: [Intel-gfx] Need to add a quirk to xserver-xorg-video-intel

2010-07-21 Thread Gabriel Beddingfield
On Wed, Jul 21, 2010 at 1:26 PM, Gabriel M. Beddingfield > > I'm needing to add a quirk to xf86-video-intel.  It looks like I can get the > first two columns from lspci (chipType, subsysVendor == [VEND:CHIP])... > > But I can't figure out how to get the number for subsysCard. (But I gather > that I

Re: [Intel-gfx] Errors while resuming from hibernate in 2.6.35-rc5

2010-07-21 Thread Marc Deop i Argemí
On Thursday 22 July 2010 02:26:08 Pedro Ribeiro wrote: > Unfortunately there is so much output that dmesg does not show > anything useful - the log is so big that it gets cropped before I get > a chance to see it. dmesg | more ___ Intel-gfx mailing list

Re: [Intel-gfx] Errors while resuming from hibernate in 2.6.35-rc5

2010-07-21 Thread Pedro Ribeiro
On 20 July 2010 08:31, Chris Wilson wrote: > On Tue, 20 Jul 2010 01:56:01 +0100, Pedro Ribeiro wrote: >> with kernel 2.6.35-rc5 I'm seeing a problem which happens every few >> hibernate/resume cycles. >> When I resume my computer, X is black (only the mouse cursor is >> visible) and the X server

[Intel-gfx] [PATCH] drm/i915: apply DP bandwidth workaround for PCH eDP as well

2010-07-21 Thread Jesse Barnes
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=29141 though the workaround itself is still a bit of a mystery. Tested-by: Adam Hill Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/intel_dp.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/i915/

[Intel-gfx] Need to add a quirk to xserver-xorg-video-intel

2010-07-21 Thread Gabriel M. Beddingfield
Hello, I'm needing to add a quirk to xf86-video-intel. It looks like I can get the first two columns from lspci (chipType, subsysVendor == [VEND:CHIP])... But I can't figure out how to get the number for subsysCard. (But I gather that I need to interpret `dmidecode` for this part.) Than

[Intel-gfx] [PATCH] drm/i915: Enable aspect/centering panel fitting for Ironlake.

2010-07-21 Thread Chris Wilson
Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_drv.h |2 + drivers/gpu/drm/i915/intel_display.c | 16 +++ drivers/gpu/drm/i915/intel_lvds.c| 70 -- 3 files changed, 75 insertions(+), 13 deletions(-) diff --git a/drivers/gpu/drm/i915