commit | 0e065c79e6ceb8d267b1a4ff05b547feeb507986 | [log] [tgz] |
---|---|---|
author | Archit Taneja <archit@ti.com> | Mon Jun 25 12:34:22 2012 +0530 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Jun 29 10:15:50 2012 +0300 |
tree | 7431040c9cd630c28af3fbed6b6ad4f1d2c68193 | |
parent | 655e29411646504a7551cecb4a76e6b70114425c [diff] |
OMAPDSS: DISPC: Remove dispc_mgr_set_pol_freq() dispc_mgr_set_pol_freq() configures the fields in the register DISPC_POL_FREQo. All these fields have been moved to omap_video_timings struct, and are now programmed in dispc_mgr_set_lcd_timings(). These will be configured when timings are applied via dss_mgr_set_timings(). Remove dispc_mgr_set_pol_freq() and it's calls from the interface drivers. Signed-off-by: Archit Taneja <archit@ti.com>