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 v3:
- Make sure that we write to the timing registers and set go bits when calling
dss_mgr_set_timings
- Don't create dss_mgr_get_timings(), apply should pass the timings rather than
outside DSS dunctions querying form it.
These patches apply over:
git://gitorious.org/linux-omap-dss2/linux.git dev
Archit Taneja (5):
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
OMAPDSS: DPI/HDMI: Apply manager timings even if panel is disabled
drivers/video/omap2/dss/apply.c | 140 ++++++++++++++++++++++++++++++-------
drivers/video/omap2/dss/dispc.c | 2 +-
drivers/video/omap2/dss/dpi.c | 6 +-
drivers/video/omap2/dss/dsi.c | 5 +-
drivers/video/omap2/dss/dss.h | 13 +++-
drivers/video/omap2/dss/hdmi.c | 4 +-
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 +-
11 files changed, 163 insertions(+), 54 deletions(-)
--
1.7.5.4
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html