[Intel-gfx] [PATCH 2/3] drm/i915: add destination color key support

2011-11-14 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 + drivers/g

[Intel-gfx] [PATCH 2/3] drm/i915: add destination color key support

2011-11-14 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 + drivers/g

[Intel-gfx] [PATCH 2/3] drm/i915: add destination color key support

2011-12-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. v2: remove unnecessary mutex acquire/release around reg accesses Signed-off-by: Jesse Ba

[Intel-gfx] [PATCH 2/3] drm/i915: add destination color key support

2011-11-08 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 + drivers/g

Re: [Intel-gfx] [PATCH 2/3] drm/i915: add destination color key support

2011-11-16 Thread Daniel Vetter
On Mon, Nov 14, 2011 at 21:22, 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 Barnes

Re: [Intel-gfx] [PATCH 2/3] drm/i915: add destination color key support

2011-11-16 Thread Jesse Barnes
On Wed, 16 Nov 2011 17:10:53 +0100 Daniel Vetter wrote: > On Mon, Nov 14, 2011 at 21:22, 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 be

Re: [Intel-gfx] [PATCH 2/3] drm/i915: add destination color key support

2011-12-12 Thread Daniel Vetter
On Wed, Dec 07, 2011 at 12:29:22PM -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. > > v2: remove unnece