Re: [PATCH 0/3] OMAP3 ISP resizer live zoom fixes

2014-07-23 Thread Sakari Ailus
On Wed, Jul 23, 2014 at 04:57:08PM +0200, Laurent Pinchart wrote:
> Hello,
> 
> This patch set fixes two issues occuring when performing live zoom with the
> OMAP3 ISP resizer.
> 
> The first issue has been observed when using the digital zoom of the live
> application (http://git.ideasonboard.org/omap3-isp-live.git) on a beagleboard.
> It leads to image corruption due to interrupt handling latency. Patch 2/3
> fixes it.
> 
> The second issue is a race condition that I haven't observed in practice. It's
> fixed by patch 3/3. As usual with race conditions and locking, careful review
> will be appreciated.
> 
> Laurent Pinchart (3):
>   omap3isp: resizer: Remove needless variable initializations
>   omap3isp: resizer: Remove slow debugging message from interrupt
> handler
>   omap3isp: resizer: Protect against races when updating crop

For the set:

Acked-by: Sakari Ailus 

-- 
Sakari Ailus
e-mail: sakari.ai...@iki.fi XMPP: sai...@retiisi.org.uk
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/3] OMAP3 ISP resizer live zoom fixes

2014-07-23 Thread Laurent Pinchart
On Wednesday 23 July 2014 08:14:45 Raymond Jender wrote:
> Please remove me from this mail list!  If you cannot, please forward to
> someone who can!
> 
> This damn thing is so easy to join,  but a bitch to un-subscribe,
> 
> I did the email with the unsubscribe in the body a few days ago!

Just send an e-mail in plain text format (no HTML) to 
majord...@vger.kernel.org. The e-mail body must contain

unsubscribe linux-media

and nothing else. You will receive a reply with instructions and a 
confirmation code.

-- 
Regards,

Laurent Pinchart

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/3] OMAP3 ISP resizer live zoom fixes

2014-07-23 Thread Laurent Pinchart
Hello,

This patch set fixes two issues occuring when performing live zoom with the
OMAP3 ISP resizer.

The first issue has been observed when using the digital zoom of the live
application (http://git.ideasonboard.org/omap3-isp-live.git) on a beagleboard.
It leads to image corruption due to interrupt handling latency. Patch 2/3
fixes it.

The second issue is a race condition that I haven't observed in practice. It's
fixed by patch 3/3. As usual with race conditions and locking, careful review
will be appreciated.

Laurent Pinchart (3):
  omap3isp: resizer: Remove needless variable initializations
  omap3isp: resizer: Remove slow debugging message from interrupt
handler
  omap3isp: resizer: Protect against races when updating crop

 drivers/media/platform/omap3isp/ispresizer.c | 70 ++--
 drivers/media/platform/omap3isp/ispresizer.h |  3 ++
 2 files changed, 48 insertions(+), 25 deletions(-)

-- 
Regards,

Laurent Pinchart

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html