This patch set addresses following: - Extend omap vout isr for secondary LCD over DPI panel. - Extend omap vout isr for HDMI interface. - DMA map and unmap the V4L2 buffers in qbuf and dqbuf so that they are properly flushed into memory before DMA starts. If this not done we were seeing artifacts on OMAP4. - Adapt to V4L2 multiplanar API's. - Add support for NV12 format to omap vout on OMAP4. - Minor cleanup to remove unnecessary code.
Can be tested using v4l2 streaming over: https://gitorious.org/~amber/linux-omap-dss2/amber-omap-dss2/commits/v4l2-multi-planar Amber Jain (6): V4L2: OMAP: VOUT: isr handling extended for DPI and HDMI interface V4L2: OMAP: VOUT: dma map and unmap v4l2 buffers in qbuf and dqbuf V4L2: OMAP: VOUT: Adapt to Multiplanar APIs V4L2: OMAP: VOUT: Modifications to support 1-plane Multiplanar for RGB/YUYV formats V4L2: OMAP: VOUT: Changes for NV12 format support for OMAP4 V4l2: OMAP: VOUT: Minor Cleanup, removing the unnecessary code. drivers/media/video/omap/omap_vout.c | 305 +++++++++++++++++++++---------- drivers/media/video/omap/omap_voutdef.h | 4 + drivers/media/video/omap/omap_voutlib.c | 36 ++-- drivers/media/video/omap/omap_voutlib.h | 6 +- 4 files changed, 236 insertions(+), 115 deletions(-) -- 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