An overlay manager's timings (the manager size, and blanking parameters if an LCD manager) are DISPC shadow registers, and they should hence follow the correct programming model. This set makes the timings an extra_info parameter in manager's private data . The interface drivers now apply the timings in instead of directly writing to registers. This change also prevents the need to use display resolution for overlay checks, hence making some of the APPLY functions less dependent on the display. Changes since v2: - Manager timings are represented as extra_info. - The DISPC related cleanups are removed since they have already been taken. These patches apply over: git://gitorious.org/linux-omap-dss2/linux.git dev Archit Taneja (4): OMAPDSS: APPLY: Add manager timings as extra_info in private data OMAPDSS: Apply manager timings instead of direct DISPC writes OMAPDSS: MANAGER: Create a function to check manager timings OMAPDSS: APPLY: Remove display dependency from overlay and manager checks drivers/video/omap2/dss/apply.c | 142 ++++++++++++++++++++++++++++++------- drivers/video/omap2/dss/dpi.c | 4 +- drivers/video/omap2/dss/dsi.c | 5 +- drivers/video/omap2/dss/dss.h | 9 ++- drivers/video/omap2/dss/hdmi.c | 2 +- drivers/video/omap2/dss/manager.c | 19 +++++- drivers/video/omap2/dss/overlay.c | 20 +++--- drivers/video/omap2/dss/rfbi.c | 4 +- drivers/video/omap2/dss/sdi.c | 2 +- drivers/video/omap2/dss/venc.c | 2 +- 10 files changed, 158 insertions(+), 51 deletions(-) -- 1.7.5.4 -- 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