b5e64cdd58996d2ed parent 408d9dbbc4eebd8c4f2cd5d487f1b9c3c12c2c59 author Archit Taneja 1335448882 +0530 committer Tomi Valkeinen 1336560246 +0300 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 `ü”Ñœ%x