[Intel-gfx] Operation When LCD Projector Off

2010-06-12 Thread Kathleen Rose
Hi, Does the intel driver support having an LCD projector as the only monitor? I am trying to run Ubuntu 10.04 with an LCD projector attached to the HDMI port. If the projector is in Standby mode, the X-window system will not start. If the projector is on, the X-window system starts. thanks Kath

Re: [Intel-gfx] [PATCH 1/7 resend] drm/i915: Add the support of eDP on DP-D for Ibex/CPT

2010-06-12 Thread ykzhao
On Sat, 2010-06-12 at 16:28 +0800, Chris Wilson wrote: > On Sat, 12 Jun 2010 14:32:21 +0800, Zhenyu Wang > wrote: > > From: Zhao Yakui > > > > This one adds support for eDP that connected on PCH DP-D port > > instead of CPU DP-A port, and only DP-D port could be used for eDP. > > > > https://b

[Intel-gfx] Fwd: brightness

2010-06-12 Thread Lic . Guzmán
* * *hello linux intel team!!* ** * * *i have an hp pavilion dv1000 laptop* *and i have problems to get my brightness darker* *its full of ilumination * *fn f7 and fn f8 buttons work* *but in windows xp intel has an application to make less or more brighter the display* *the gnome brightness manag

Re: [Intel-gfx] Re : Re : Re : Re : Re : Does xf86-video-intel 2.11.0 support interlace? Lucid 2.6.33

2010-06-12 Thread Alexander Lam
On Tue, Jun 8, 2010 at 8:28 AM, Xavier de Almeida wrote: > On the interlace side no news if has been tested and approved so it will be > merged in the next driver release. > > Thanks > XabiX > FYi: My MB http://www.gigabyte.com.tw/products/product-page.aspx?pid=3307#sp I was reading through the c

[Intel-gfx] [PATCH] convert intel_ring_begin count to dword

2010-06-12 Thread Zou Nan hai
convert intel_ring_begin count to dword, fix some wrong intel_ring_begin size. Signed-off-by: Zou Nan hai --- drivers/gpu/drm/i915/i915_drv.h |2 +- drivers/gpu/drm/i915/intel_ringbuffer.c |9 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/dr

[Intel-gfx] [PATCH] i915: Fix CRT hotplug regression in 2.6.35-rc1

2010-06-12 Thread Andy Lutomirski
Commit 7a772c492fcfffae812ffca78a628e76fa57fe58 has two bugs which made the hotplug problems on my laptop worse instead of better. First, it did not, in fact, disable the CRT plug interrupt -- it disabled all the other hotplug interrupts. It seems rather doubtful that that bit of the patch fixed

Re: [Intel-gfx] [PATCH] convert intel_ring_begin count to dword

2010-06-12 Thread Chris Wilson
On Sat, 12 Jun 2010 17:14:54 +0800, Zou Nan hai wrote: > convert intel_ring_begin count to dword, > fix some wrong intel_ring_begin size. > > Signed-off-by: Zou Nan hai > --- > @@ -723,10 +723,10 @@ int intel_wait_ring_buffer(struct drm_device *dev, > void intel_ring_begin(struct drm_device *de

Re: [Intel-gfx] [PATCH] fix some intel_ring_begin size

2010-06-12 Thread Zou, Nanhai
>>-Original Message- >>From: Chris Wilson [mailto:ch...@chris-wilson.co.uk] >>Sent: 2010年6月12日 17:05 >>To: Zou, Nanhai; Anholt, Eric; intel-gfx >>Subject: Re: [Intel-gfx] [PATCH] fix some intel_ring_begin size >> >>On Sat, 12 Jun 2010 16:45:26 +0800, Zou Nan hai wrote: >>> Fix some intel_

[Intel-gfx] [PATCH] convert intel_ring_begin count to dword

2010-06-12 Thread Zou Nan hai
convert intel_ring_begin count to dword, fix some wrong intel_ring_begin size. Signed-off-by: Zou Nan hai --- drivers/gpu/drm/i915/i915_drv.h |2 +- drivers/gpu/drm/i915/intel_ringbuffer.c | 12 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/gpu

Re: [Intel-gfx] [PATCH] fix some intel_ring_begin size

2010-06-12 Thread Chris Wilson
On Sat, 12 Jun 2010 16:45:26 +0800, Zou Nan hai wrote: > Fix some intel_ring_begin size parameter. Maybe we should pass dwords to intel_ring_begin()? Much easier for us poor humans to count and make space for the number of following intel_ring_emit() than it is for us to remember to convert it in

[Intel-gfx] [PATCH] fix some intel_ring_begin size

2010-06-12 Thread Zou Nan hai
Fix some intel_ring_begin size parameter. Signed-off-by: Zou Nan hai --- drivers/gpu/drm/i915/intel_ringbuffer.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_ringbuffer.c b/drivers/gpu/drm/i915/intel_ringbuffer.c index cea4f1a..9421d

Re: [Intel-gfx] [PATCH 1/7 resend] drm/i915: Add the support of eDP on DP-D for Ibex/CPT

2010-06-12 Thread Chris Wilson
On Sat, 12 Jun 2010 14:32:21 +0800, Zhenyu Wang wrote: > From: Zhao Yakui > > This one adds support for eDP that connected on PCH DP-D port > instead of CPU DP-A port, and only DP-D port could be used for eDP. > > https://bugs.freedesktop.org/show_bug.cgi?id=27220 > > Signed-off-by: Zhao Yakui

[Intel-gfx] [PATCH] drm/i915: Turn on 945 self-refresh only if single CRTC is active

2010-06-12 Thread Li Peng
Enable self-refresh on 945 when just one CRTC is activated. Otherwise user would get display flicker with dual display. This fixes https://bugs.freedesktop.org/show_bug.cgi?id=27667 Signed-off-by: Li Peng --- drivers/gpu/drm/i915/intel_display.c | 12 +++- 1 files changed, 7 insertion