]> Pileus Git - ~andy/linux/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)
commit0e065c79e6ceb8d267b1a4ff05b547feeb507986
tree7431040c9cd630c28af3fbed6b6ad4f1d2c68193
parent655e29411646504a7551cecb4a76e6b70114425c
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