[Intel-gfx] [PATCH] libdrm exec on BSD ring buffer

2010-06-01 Thread Zou Nan hai
introduce a new API to exec on BSD ring buffer. This is needed by H.264 VLD decoding. Signed-off-by: Xiang Hai hao Signed-off-by: Zou Nan hai --- include/drm/i915_drm.h|5 - intel/intel_bufmgr.c | 13 + intel/intel_bufmgr.h |3 +++ intel/intel_bufmgr_gem.

Re: [Intel-gfx] [intel-gfx][PATCH] intel: add a new interface drm_intel_bo_alloc_direct

2010-06-01 Thread Daniel Vetter
On Tue, Jun 01, 2010 at 05:17:45PM +0800, Xiang, Haihao wrote: > On Fri, 2010-05-28 at 22:04 +0800, Daniel Vetter wrote: > > On Tue, May 25, 2010 at 01:06:50PM +0800, Xiang, Haihao wrote: > > > This interface is the same as drm_intel_bo_alloc except the allocated > > > size isn't rounded up, so it

Re: [Intel-gfx] [PATCH] add HAS_BSD check to i915_getparam

2010-06-01 Thread Eric Anholt
On Mon, 31 May 2010 13:58:47 +0800, Zou Nan hai wrote: > add HAS_BSD check to i915_getparam for user space program > to query if BSD ring buffer is supported. > > Signed-off-by: Zou Nan hai Applied. Thanks! pgpaivAJcj1GF.pgp Description: PGP signature

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

2010-06-01 Thread Xavier de Almeida
Another question would be to know if i915 is the correct module for the Intel HD Graphics from a Clarkdale i3 proc? Thanks XabiX De : Xavier de Almeida À : intel-gfx@lists.freedesktop.org Envoyé le : Lun 31 mai 2010, 21h 08min 15s Objet : [Intel-gfx] Does xf8

Re: [Intel-gfx] [intel-gfx][PATCH] intel: add a new interface drm_intel_bo_alloc_direct

2010-06-01 Thread Xiang, Haihao
On Fri, 2010-05-28 at 22:04 +0800, Daniel Vetter wrote: > On Tue, May 25, 2010 at 01:06:50PM +0800, Xiang, Haihao wrote: > > This interface is the same as drm_intel_bo_alloc except the allocated > > size isn't rounded up, so it bypasses the cache bucket. > > > > The size of the BO created by drm_i

[Intel-gfx] [PATCH] drm/i915: Configure dither for eDP

2010-06-01 Thread Zhenyu Wang
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. Signed-off-by: Zhao Yakui Tested-by: Jan-Hendrik Zab Signed-off-by: Zhenyu Wang --- drivers/gpu/drm/i915/intel_display