[PATCH 4/5] drm/i915: add destination color key support

2011-11-09 Thread Daniel Vetter
On Tue, Nov 08, 2011 at 05:36:11PM -0500, Alex Deucher wrote: > On Tue, Nov 8, 2011 at 5:06 PM, Daniel Vetter wrote: > > On Mon, Nov 07, 2011 at 10:02:55AM -0800, Jesse Barnes wrote: > >> Add new ioctls for getting and setting the current destination color > >> key. ?This allows for simple

[PATCH 4/5] drm/i915: add destination color key support

2011-11-08 Thread Daniel Vetter
On Mon, Nov 07, 2011 at 10:02:55AM -0800, Jesse Barnes wrote: > Add new ioctls for getting and setting the current destination color > key. This allows for simple overlay display control by matching a color > key value in the primary plane before blending the overlay on top. > > Signed-off-by:

[PATCH 4/5] drm/i915: add destination color key support

2011-11-08 Thread Alex Deucher
On Tue, Nov 8, 2011 at 5:06 PM, Daniel Vetter wrote: > On Mon, Nov 07, 2011 at 10:02:55AM -0800, Jesse Barnes wrote: >> Add new ioctls for getting and setting the current destination color >> key. ?This allows for simple overlay display control by matching a color >> key value in the primary

[PATCH 4/5] drm/i915: add destination color key support

2011-11-08 Thread Jesse Barnes
On Tue, 8 Nov 2011 23:06:57 +0100 Daniel Vetter wrote: > On Mon, Nov 07, 2011 at 10:02:55AM -0800, Jesse Barnes wrote: > > Add new ioctls for getting and setting the current destination color > > key. This allows for simple overlay display control by matching a color > > key value in the

Re: [PATCH 4/5] drm/i915: add destination color key support

2011-11-08 Thread Daniel Vetter
On Mon, Nov 07, 2011 at 10:02:55AM -0800, Jesse Barnes wrote: Add new ioctls for getting and setting the current destination color key. This allows for simple overlay display control by matching a color key value in the primary plane before blending the overlay on top. Signed-off-by: Jesse

Re: [PATCH 4/5] drm/i915: add destination color key support

2011-11-08 Thread Alex Deucher
On Tue, Nov 8, 2011 at 5:06 PM, Daniel Vetter dan...@ffwll.ch wrote: On Mon, Nov 07, 2011 at 10:02:55AM -0800, Jesse Barnes wrote: Add new ioctls for getting and setting the current destination color key.  This allows for simple overlay display control by matching a color key value in the

Re: [PATCH 4/5] drm/i915: add destination color key support

2011-11-08 Thread Jesse Barnes
On Tue, 8 Nov 2011 23:06:57 +0100 Daniel Vetter dan...@ffwll.ch wrote: On Mon, Nov 07, 2011 at 10:02:55AM -0800, Jesse Barnes wrote: Add new ioctls for getting and setting the current destination color key. This allows for simple overlay display control by matching a color key value in

Re: [PATCH 4/5] drm/i915: add destination color key support

2011-11-08 Thread Daniel Vetter
On Tue, Nov 08, 2011 at 05:36:11PM -0500, Alex Deucher wrote: On Tue, Nov 8, 2011 at 5:06 PM, Daniel Vetter dan...@ffwll.ch wrote: On Mon, Nov 07, 2011 at 10:02:55AM -0800, Jesse Barnes wrote: Add new ioctls for getting and setting the current destination color key.  This allows for simple

[PATCH 4/5] drm/i915: add destination color key support

2011-11-07 Thread Jesse Barnes
Add new ioctls for getting and setting the current destination color key. This allows for simple overlay display control by matching a color key value in the primary plane before blending the overlay on top. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/i915_dma.c |2 +

[PATCH 4/5] drm/i915: add destination color key support

2011-11-07 Thread Jesse Barnes
Add new ioctls for getting and setting the current destination color key. This allows for simple overlay display control by matching a color key value in the primary plane before blending the overlay on top. Signed-off-by: Jesse Barnes jbar...@virtuousgeek.org ---