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

2010-06-24 Thread Carl Worth
We are pleased to announce this major release of the xf86-video-intel 2D driver. It contains many correctness and performance improvements compared to the 2.11 releases. We encourage everyone using 2.11 to upgrade to 2.12. This release contains several bug fixes since the earlier 2.11.901 release

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

2010-06-24 Thread Carl Worth
On Mon, 21 Jun 2010 02:31:31 -0300, Elias Gabriel Amaral da Silva wrote: > When using an 2.9 driver compiled for 1.7 xorg, and 1.8 xorg, X > complains about ABI mismatch. Recompiling the driver is supposed to > fix this, but, I get the same error I got while building from git > sources. In fact I

[Intel-gfx] [PATCH] i915: fix ironlake edp panel setup.

2010-06-24 Thread Dave Airlie
From: Dave Airlie We've just gotten an eDP laptop, and kms was booting to a black screen. as much as I hate Keith's magic * 3, it seems to work a lot better than the non-magic. aligning the non-magic seems to make things a lot happier, and aligns better with what the bios appears to do, since

[Intel-gfx] [PATCH 3/3] drm/i915 invalidate indirect state pointers at end of ring exec

2010-06-24 Thread Zou Nan hai
this is required by spec, without this patch. some 3D programs will hang after resume from RC6. Signed-off-by: Zou Nan hai --- drivers/gpu/drm/i915/i915_dma.c |7 +++ drivers/gpu/drm/i915/i915_reg.h |1 + drivers/gpu/drm/i915/intel_ringbuffer.c |9 + 3 fil

[Intel-gfx] [PATCH 2/3] drm/i915 save render context on Ironlake

2010-06-24 Thread Zou Nan hai
RC6 requires setup logical render context Signed-off-by: Zou Nan hai --- drivers/gpu/drm/i915/i915_drv.h |1 + drivers/gpu/drm/i915/i915_reg.h | 13 +++- drivers/gpu/drm/i915/intel_display.c | 53 +++-- 3 files changed, 56 insertions(+), 11 delet

[Intel-gfx] [PATCH 1/3] drm/i915 save power context on ironlake

2010-06-24 Thread Zou Nan hai
RC6 need power context to be saved Signed-off-by: Zou Nan hai --- drivers/gpu/drm/i915/intel_display.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c index 88a1ab7..c3c9feb 100644 --- a/driver

[Intel-gfx] [PATCH 0/3] drm/i915 enable RC6 on Ironlake platform

2010-06-24 Thread Zou Nan hai
The patch series enable RC6 on Ironlake platform. With those patch, we got about 1W idle power save on Ironlake laptops. We did performance regession tests on those patches, no regression found. Thanks Zhao Yakui to debug and resolve the RC6 issues. Zou Nan hai (3): drm/i915 save power context

[Intel-gfx] Intel 2010Q2 release

2010-06-24 Thread Jin, Gordon
Hi, We'd like to announce Intel 2010Q2 graphics package, including xf86-video-intel 2.12.0, mesa 7.8.2 and libdrm 2.4.21. Please check http://intellinuxgraphics.org/2010Q2.html for the recommended stack, major improvements and known issues. H.264 decoding with libva is supported in this releas

[Intel-gfx] brightness hp pavilion dv1000

2010-06-24 Thread Lic . Guzmán
*Please is urgent! i need help with my laptop brightness * *im getting blind * *my email is lic.guz...@gmail.com * * * *im using archlinux kernel 2.6.34-ARCH * * * *fn keys work but just a little. they dont make lot of darkness* *just like 3%* * * * [p...@myhost ~]$ sudo lspci -v 00:00.0 Host bri

Re: [Intel-gfx] i915: Dell E6410 Ironlake display detection

2010-06-24 Thread Ben Guthro
FWIW, I filed a bug here on this issue, to have something to attach the output of various useful info https://bugs.freedesktop.org/show_bug.cgi?id=28746 On Thu, Jun 24, 2010 at 2:55 PM, Ben Guthro wrote: > I posted a similar question to LKML yesterday, but perhaps this is a > better forum for th

[Intel-gfx] i915: Dell E6410 Ironlake display detection

2010-06-24 Thread Ben Guthro
I posted a similar question to LKML yesterday, but perhaps this is a better forum for this discussion, as it seemed to get lost amongst many other non-graphics related discussions. I have a problematic machine, that I have traced the problem down to what I think is an issue with the i915 detection

[Intel-gfx] [PATCH] drm/i915: change default panel fitting mode to preserve aspect ratio

2010-06-24 Thread Jesse Barnes
We did this a long time ago in the DDX driver, but now this fix belongs in the kernel. Preserving the aspect ratio is a nicer default. Fixes https://bugs.freedesktop.org/show_bug.cgi?id=18033. Tested-by: Josh Triplett Signed-off-by: Jesse Barnes diff --git a/drivers/gpu/drm/i915/intel_lvds.c