[Intel-gfx] [PATCH] drm/i915: add SNB video sprite support

2011-11-03 Thread Jesse Barnes
On Tue, 1 Nov 2011 22:11:43 +0800 "Lan, Hai" wrote: > Hi Jesse, > I hope the function of snb_update_plane can handle crtx_x<0 or crtc_y<0 just > like my patch. > What do you think about it? > Thanks and best regards. I don't think this is necessary with the latest code; I clamp things in the

Re: [Intel-gfx] [PATCH] drm/i915: add SNB video sprite support

2011-11-03 Thread Jesse Barnes
On Tue, 1 Nov 2011 22:11:43 +0800 Lan, Hai hai@intel.com wrote: Hi Jesse, I hope the function of snb_update_plane can handle crtx_x0 or crtc_y0 just like my patch. What do you think about it? Thanks and best regards. I don't think this is necessary with the latest code; I clamp things

[Intel-gfx] [PATCH] drm/i915: add SNB video sprite support

2011-11-01 Thread Lan, Hai
Hi Jesse, I hope the function of snb_update_plane can handle crtx_x<0 or crtc_y<0 just like my patch. What do you think about it? Thanks and best regards. Hai Lan

RE: [Intel-gfx] [PATCH] drm/i915: add SNB video sprite support

2011-11-01 Thread Lan, Hai
Hi Jesse, I hope the function of snb_update_plane can handle crtx_x0 or crtc_y0 just like my patch. What do you think about it? Thanks and best regards. Hai Lan From 160c899739e7d07f273de889cc889316837d0790 Mon Sep 17 00:00:00 2001 From: Hai Lan hai@intel.com Date: Tue, 1 Nov 2011

[PATCH] drm/i915: add SNB video sprite support

2011-10-25 Thread Jesse Barnes

[PATCH] drm/i915: add SNB video sprite support

2011-10-25 Thread Jesse Barnes
The video sprites support various video surface formats natively and can handle scaling as well. So add support for them using the new DRM core overlay support functions. v2: collapse patches and fix plane disable vs unpin ordering bug Signed-off-by: Jesse Barnes ---

[PATCH] drm/i915: add SNB video sprite support

2011-10-25 Thread Jesse Barnes
The video sprites support various video surface formats natively and can handle scaling as well. So add support for them using the new DRM core overlay support functions. v2: collapse patches and fix plane disable vs unpin ordering bug Signed-off-by: Jesse Barnes jbar...@virtuousgeek.org ---

[PATCH] drm/i915: add SNB video sprite support

2011-10-25 Thread Jesse Barnes
From 13efc0a405d522aad8250fce2dbd05fefb8b8ab0 Mon Sep 17 00:00:00 2001 From: Jesse Barnes jbar...@virtuousgeek.org Date: Fri, 22 Apr 2011 14:55:33 -0700 Subject: [PATCH] drm/i915: add SNB video sprite support The video sprites support various video surface formats natively and can handle scaling

[PATCH] drm/i915: add SNB video sprite support

2011-04-22 Thread Jesse Barnes
The video sprites support various video surface formats natively and can handle scaling as well. So add support for them using the new DRM core overlay support functions. v2: collapse patches v3: no really, fix disable ordering Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/Makefile