]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: DISPC: Remove dispc_mgr_set_pol_freq()
authorArchit Taneja <archit@ti.com>
Mon, 25 Jun 2012 07:04:22 +0000 (12:34 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 29 Jun 2012 07:15:50 +0000 (10:15 +0300)
commitfe8410f11d5bc3d0aab882eec715368dfbce2b41
tree7431040c9cd630c28af3fbed6b6ad4f1d2c68193
parent999106565744e2f770220adf76f7b42dcb87e682
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>
drivers/video/omap2/dss/dispc.c
drivers/video/omap2/dss/dpi.c
drivers/video/omap2/dss/dss.h
drivers/video/omap2/dss/sdi.c