public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] OMAP3-ISP lane shifter support
@ 2011-03-04  8:58 Michael Jones
  2011-03-04  8:58 ` [PATCH 1/4] v4l: add V4L2_PIX_FMT_Y12 format Michael Jones
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Michael Jones @ 2011-03-04  8:58 UTC (permalink / raw)
  To: Laurent Pinchart, linux-media; +Cc: Sakari Ailus, Hans Verkuil

Add support for the ISP's lane shifter.  To use the shifter, set different
pixel formats at each end of the link at the CCDC input.

This has only been tested shifting Y12 and SBGGR12 from a parallel sensor to Y8
and SBGGR12 (respectively) at the CCDC input.  Support has also been added for
other formats and other shifting values, but is untested.  Shifting data coming
from one of the serial sensor interfaces (CSI2a, etc) is also untested.

As before, ccdc_try_format() does not check that the format at its input is
compatible with the format coming from the sensor interface. This consistency
check is first done when activating the pipeline.

These patches apply to Laurent's media-0005-omap3isp branch, based on 2.6.38-rc5

Michael Jones (4):
  v4l: add V4L2_PIX_FMT_Y12 format
  media: add 8-bit bayer formats and Y12
  omap3isp: ccdc: support Y10, Y12, SGRBG8, SBGGR8
  omap3isp: lane shifter support

 drivers/media/video/omap3-isp/isp.c      |   82 +++++++++++++++++++++++++++++-
 drivers/media/video/omap3-isp/isp.h      |    4 +-
 drivers/media/video/omap3-isp/ispccdc.c  |    6 ++-
 drivers/media/video/omap3-isp/ispvideo.c |   65 ++++++++++++++++++-----
 drivers/media/video/omap3-isp/ispvideo.h |    3 +
 include/linux/v4l2-mediabus.h            |    7 ++-
 include/linux/videodev2.h                |    1 +
 7 files changed, 148 insertions(+), 20 deletions(-)

-- 
1.7.4.1


MATRIX VISION GmbH, Talstrasse 16, DE-71570 Oppenweiler
Registergericht: Amtsgericht Stuttgart, HRB 271090
Geschaeftsfuehrer: Gerhard Thullner, Werner Armingeon, Uwe Furtner

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

end of thread, other threads:[~2011-03-07 14:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-04  8:58 [PATCH 0/4] OMAP3-ISP lane shifter support Michael Jones
2011-03-04  8:58 ` [PATCH 1/4] v4l: add V4L2_PIX_FMT_Y12 format Michael Jones
2011-03-04 15:42   ` Laurent Pinchart
2011-03-04  8:58 ` [PATCH 2/4] media: add 8-bit bayer formats and Y12 Michael Jones
2011-03-04 15:42   ` Laurent Pinchart
2011-03-04  8:58 ` [PATCH 3/4] omap3isp: ccdc: support Y10, Y12, SGRBG8, SBGGR8 Michael Jones
2011-03-04 15:46   ` Laurent Pinchart
2011-03-04  8:58 ` [PATCH 4/4] omap3isp: lane shifter support Michael Jones
2011-03-04 16:33   ` Laurent Pinchart
2011-03-07 10:53     ` Michael Jones
2011-03-07 14:02       ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox