OMAPDSS: APPLY: Add manager timings as extra_info in private data
authorArchit Taneja <archit@ti.com>
Thu, 26 Apr 2012 14:01:22 +0000 (19:31 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 9 May 2012 10:44:06 +0000 (13:44 +0300)
commit45324a2648bcfa96adeae71ae992da931eed79f6
tree267fbbeb378426dede1dad5b5e64cdd58996d2ed
parent408d9dbbc4eebd8c4f2cd5d487f1b9c3c12c2c59
OMAPDSS: APPLY: Add manager timings as extra_info in private data

DISPC manager size and DISPC manager blanking parameters(for LCD managers)
follow the shadow register programming model. Currently, they are programmed
directly by the interface drivers.

To configure manager timings using APPLY, there is a need to introduce extra
info flags for managers, similar to what is done for overlays. This is needed
because timings aren't a part of overlay_manager_info struct configured by a
user of DSS, they are configured internally by the interface or panel drivers.

Add dirty and shadow_dirty extra_info flags for managers, update these flags
at the appropriate places. Rewrite the function extra_info_update_ongoing()
slightly as checking for manager's extra_info flags can simplify the code a bit.

Create function dss_mgr_set_timings() which applies the new manager timings to
extra_info.

Signed-off-by: Archit Taneja <archit@ti.com>
drivers/video/omap2/dss/apply.c
drivers/video/omap2/dss/dss.h