This patch set implements fifomerge and a naive version for fifo threshold calculation when fifomerge is in use. The strategy is simple: keep the low threshold the same for both fifomerge and non-fifomerge cases, but calculate the high threshold using the combined fifo size when fifomerge is in use. This should give some power savings, as the usable fifo size is much larger when only one overlay is in use. It probably won't help fifo underflow cases, as the low threshold is kept the same. Tested on OMAP4 Blaze (DSI cmd mode) and OMAP3 Overo (DPI). Tomi Tomi Valkeinen (6): OMAPDSS: FEAT: Add FIFO_MERGE feature OMAPDSS: APPLY: add fifo merge support funcs OMAPDSS: APPLY: add fifo-merge support OMAPDSS: DISPC: print fifo threshold values in bytes OMAPDSS: DISPC: move fifo threhold calc to dispc.c OMAPDSS: DISPC: Add naive threshold calc for fifomerge drivers/video/omap2/dss/apply.c | 221 +++++++++++++++++++++++++++----- drivers/video/omap2/dss/dispc.c | 51 +++++++- drivers/video/omap2/dss/display.c | 10 -- drivers/video/omap2/dss/dsi.c | 8 - drivers/video/omap2/dss/dss.h | 10 +- drivers/video/omap2/dss/dss_features.c | 9 +- drivers/video/omap2/dss/dss_features.h | 1 + 7 files changed, 244 insertions(+), 66 deletions(-) -- 1.7.4.1 -- 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