This contains support for VIDEO3 pipeline and zorder support for OMAP4 Display controller. Apart form this the patches do some code clean up or minor fixes. The patch set is based on Tomi's master branch and some additional patch sets posted by Tomi on linux-omap. The patches can be tested on the branch below: https://gitorious.org/~boddob/linux-omap-dss2/archit-dss2-clone/commits/dispc_mix Tested on 4430sdp, 3430sdp. Archit Taneja (10): OMAP: DSS2: Reduce the number of arguments in dispc_ovl_setup() OMAP: DSS2: Pass overlay replication and fifo thresholds as arguments to dispc_ovl_setup() OMAP4: DSS2: Fix incorrect OMAP3-alpha compatibility setting OMAP4: DSS2: VIDEO3 pipeline support OMAP4: DSS2: zorder support for DSS overlays OMAP: DSS2: Create helper function dispc_mgr_is_lcd() OMAP2PLUS: DSS2: Get correct pixel clock for TV manager OMAP2PLUS: DSS2: DISPC: Remove hardcoded use of PPL in five tap clock calculation OMAP2PLUS: DSS2: Clean up DISPC scaling related clock and five tap calculations OMAP2PLUS: DSS2: FEATURES: Create a range param to get max downscaling drivers/video/omap2/dss/dispc.c | 362 +++++++++++++++++++------------- drivers/video/omap2/dss/dispc.h | 57 +++++ drivers/video/omap2/dss/dss.h | 33 ++-- drivers/video/omap2/dss/dss_features.c | 43 +++-- drivers/video/omap2/dss/dss_features.h | 6 +- drivers/video/omap2/dss/hdmi.c | 6 + drivers/video/omap2/dss/manager.c | 61 +++--- drivers/video/omap2/dss/overlay.c | 77 +++++++ drivers/video/omap2/dss/venc.c | 8 +- include/video/omapdss.h | 9 +- 10 files changed, 452 insertions(+), 210 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html