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
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
*
*
*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
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
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
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
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
>>-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_
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
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
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
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
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
13 matches
Mail list logo