[Intel-gfx] [ANNOUNCE] xf86-video-intel 2.11.901

2010-06-14 Thread Carl Worth
This is the first release candidate in preparation for the upcoming 2.12.0 release. We will appreciate any feedback we can get from testing of this snapshot to improve the 2.12.0 release. -Carl -- carl.d.wo...@intel.com Where to obtain xf86-video-intel 2.11.901 -

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

2010-06-14 Thread Eric Anholt
On Sat, 12 Jun 2010 17:40:24 +0800, Zou Nan hai wrote: > convert intel_ring_begin count to dword, > fix some wrong intel_ring_begin size. Please don't repeat the first line of the commit message twice, but please do prepend "drm/i915: " for patches to the DRM. When I applied your patch, I got:

Re: [Intel-gfx] [PATCH 2/7 resend] drm/i915: Configure dither for eDP

2010-06-14 Thread Eric Anholt
On Sat, 12 Jun 2010 14:32:22 +0800, Zhenyu Wang wrote: > From: Zhao Yakui > > The non-8 BPC can be used for the eDP output device that is > connected through DP-A or DP-D on PCH. In such case we should > set the PIPECONF dither correctly. So if I point my pipe at a 6bpp edp output, then back to

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

2010-06-14 Thread Eric Anholt
On Sat, 12 Jun 2010 23:38:35 +0800, Li Peng wrote: > 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 Applied. Thanks! pgpuycMXr3Z6r.pgp Description: PGP

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

2010-06-14 Thread Eric Anholt
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 Instead of changing a ton of

Re: [Intel-gfx] Fwd: brightness

2010-06-14 Thread Marc Deop i Argemí
On Sunday June 13 2010 02:21:13 Lic. Guzmán wrote: > can you help me? Does changing the value under /proc/acpi/video/VGA/LCD/brightness help? Regards -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the m

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

2010-06-14 Thread Adam Jackson
On Sat, 2010-06-12 at 09:28 +0100, Chris Wilson wrote: > On Sat, 12 Jun 2010 14:32:21 +0800, Zhenyu Wang > wrote: > > static void > > -intel_dp_compute_m_n(int bytes_per_pixel, > > +intel_dp_compute_m_n(int bpp, > > int nlanes, > > int pixel_clock, > >

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

2010-06-14 Thread Adam Jackson
On Sat, 2010-06-12 at 23:38 +0800, Li Peng wrote: > 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 Reviewed-by: Adam Jackson

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

2010-06-14 Thread Xavier de Almeida
Thanks Alex for the info. I will wait for the next mainline linux kernel 2.6.35 rc2+ built on lucid and will report if this is working. Cheers XabiX De : Alexander Lam À : Xavier de Almeida Cc : intel-gfx@lists.freedesktop.org Envoyé le : Dim 13 juin 2010,

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

2010-06-14 Thread Florian Mickler
On Sun, 13 Jun 2010 09:06:32 +0800 ykzhao wrote: > 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 > > > static void > > > -intel_dp_compute_m_n(int bytes_per_pixel, > > > +intel_dp_compute_m_n(int bp