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" 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 t

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_x<0 or crtc_y<0 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 Date: Tue, 1 Nov 2011 21:30:08 -0400 Subject

[Intel-gfx] [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 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 as well. So add support

[Intel-gfx] [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 --- drivers/gpu/drm/i915/Makef