linux/drivers/video/omap2/dss
Archit Taneja a4273b7cca OMAPDSS: DISPC: Reduce the number of arguments in dispc_ovl_setup()
dispc_ovl_setup() currently takes a large number of overlay arguments, most of
these are members of the overlay_info struct. Replace these arguments by
passing a overlay_info pointer instead.

In configure_overlay(), we create an overlay_info struct called new_oi, this is
a copy of the overlay cache's overlay_info member. Update the new_oi parameters
which could have been possibly changed in configure_overlay(). Pass its pointer
pointer to dispc_ovl_setup().

Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2011-09-30 16:17:24 +03:00
..
Kconfig OMAP: DSS2: Remove "EXPERIMENTAL" from Kconfig 2011-09-30 16:16:19 +03:00
Makefile OMAP4: DSS2: Rename hdmi_omap4_panel.c to hdmi_panel.c 2011-09-30 16:16:35 +03:00
core.c OMAP: DSS2: Remove clk optimization at dss init 2011-07-25 10:08:14 +03:00
dispc.c OMAPDSS: DISPC: Reduce the number of arguments in dispc_ovl_setup() 2011-09-30 16:17:24 +03:00
dispc.h OMAP: DSS2: Add new registers for NV12 support 2011-05-23 08:29:47 +03:00
display.c OMAP: DSS2: Create an enum for DSI pixel formats 2011-09-30 16:16:29 +03:00
dpi.c OMAP: DSS2: Clean up stallmode and io pad mode selection 2011-09-30 16:16:28 +03:00
dsi.c OMAP: DSS2: DSI Video mode support 2011-09-30 16:16:30 +03:00
dss.c OMAP: DSS2: add dss_get_hdmi_venc_clk_source() 2011-09-30 16:16:42 +03:00
dss.h OMAPDSS: DISPC: Reduce the number of arguments in dispc_ovl_setup() 2011-09-30 16:17:24 +03:00
dss_features.c OMAP: DSS2: HDMI: implement detect() 2011-09-30 16:16:47 +03:00
dss_features.h OMAP: DSS2: DISPC: Fix minimum PCD value 2011-09-30 16:16:35 +03:00
hdmi.c OMAP: DSS2: HDMI: implement detect() 2011-09-30 16:16:47 +03:00
hdmi_panel.c OMAP: DSS2: HDMI: implement detect() 2011-09-30 16:16:47 +03:00
manager.c OMAPDSS: DISPC: Reduce the number of arguments in dispc_ovl_setup() 2011-09-30 16:17:24 +03:00
overlay.c OMAP: DSS2: string parsing cleanups 2011-09-30 16:16:21 +03:00
rfbi.c OMAP: DSS2: Clean up stallmode and io pad mode selection 2011-09-30 16:16:28 +03:00
sdi.c OMAP: DSS2: Clean up stallmode and io pad mode selection 2011-09-30 16:16:28 +03:00
ti_hdmi.h OMAP: DSS2: HDMI: implement detect() 2011-09-30 16:16:47 +03:00
ti_hdmi_4xxx_ip.c OMAP: DSS2: HDMI: implement detect() 2011-09-30 16:16:47 +03:00
ti_hdmi_4xxx_ip.h OMAP4: DSS2: HDMI: Move the HDMI IP dependent audio 2011-09-30 16:16:33 +03:00
venc.c OMAP: DSS2: remove unneeded fck enable/disables 2011-09-20 11:21:31 +03:00