All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] OMAP3 ISP resizer live zoom fixes
@ 2014-07-23 14:57 Laurent Pinchart
  2014-07-23 14:57 ` [PATCH 1/3] omap3isp: resizer: Remove needless variable initializations Laurent Pinchart
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Laurent Pinchart @ 2014-07-23 14:57 UTC (permalink / raw)
  To: linux-media; +Cc: sakari.ailus

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-07-23 23:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-23 14:57 [PATCH 0/3] OMAP3 ISP resizer live zoom fixes Laurent Pinchart
2014-07-23 14:57 ` [PATCH 1/3] omap3isp: resizer: Remove needless variable initializations Laurent Pinchart
2014-07-23 14:57 ` [PATCH 2/3] omap3isp: resizer: Remove slow debugging message from interrupt handler Laurent Pinchart
2014-07-23 14:57 ` [PATCH 3/3] omap3isp: resizer: Protect against races when updating crop Laurent Pinchart
     [not found] ` <1406128485.67817.YahooMailNeo@web162406.mail.bf1.yahoo.com>
2014-07-23 20:06   ` [PATCH 0/3] OMAP3 ISP resizer live zoom fixes Laurent Pinchart
2014-07-23 23:51 ` Sakari Ailus

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.