linux/drivers/video/omap2/dss
Archit Taneja 569969d601 OMAP: DSS2: Clean up stallmode and io pad mode selection
Split the function dispc_set_parallel_interface_mode() into 2 separate
functions called dispc_mgr_set_io_pad_mode() and dispc_mgr_enable_stallmode().
The current function tries to set 2 different modes(io pad mode and stall mode)
based on a parameter omap_parallel_interface_mode which loosely corresponds to
the panel interface type.

This isn't correct because a) these 2 modes are independent to some extent,
b) we are currently configuring gpout0/gpout1 for DSI panels which is
unnecessary, c) a DSI Video mode panel won't get configured correctly.

Splitting the functions allows the interface driver to set these modes
independently and hence allow more flexibility.

Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2011-09-30 16:16:28 +03:00
..
core.c OMAP: DSS2: Remove clk optimization at dss init 2011-07-25 10:08:14 +03:00
dispc.c OMAP: DSS2: Clean up stallmode and io pad mode selection 2011-09-30 16:16:28 +03:00
dispc.h OMAP: DSS2: Add new registers for NV12 support 2011-05-23 08:29:47 +03:00
display.c OMAP: DSS2: string parsing cleanups 2011-09-30 16:16:21 +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: Clean up stallmode and io pad mode selection 2011-09-30 16:16:28 +03:00
dss_features.c OMAP: DSS2: Add GLOBAL_ALPHA & PRE_MULT_ALPHA to ovl caps 2011-09-30 16:16:21 +03:00
dss_features.h OMAP: DSS2: Add GLOBAL_ALPHA & PRE_MULT_ALPHA to ovl caps 2011-09-30 16:16:21 +03:00
dss.c OMAP: DSS2: remove unneeded fck enable/disables 2011-09-20 11:21:31 +03:00
dss.h OMAP: DSS2: Clean up stallmode and io pad mode selection 2011-09-30 16:16:28 +03:00
hdmi_omap4_panel.c OMAP: DSS2: Move display.h to include/video/ 2011-05-11 14:05:07 +03:00
hdmi.c OMAP: DSS2: DISPC: rename manager related funcs 2011-09-30 16:16:23 +03:00
hdmi.h OMAP4: DSS2: HDMI: Add enums and structures for audio 2011-05-19 15:18:00 +03:00
Kconfig OMAP: DSS2: Remove "EXPERIMENTAL" from Kconfig 2011-09-30 16:16:19 +03:00
Makefile OMAP4: DSS2: HDMI: Add makefile and kconfig changes to enable HDMI in OMAP4 2011-03-16 11:45:50 +05:30
manager.c OMAP: DSS2: DISPC: rename manager related funcs 2011-09-30 16:16:23 +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
venc.c OMAP: DSS2: remove unneeded fck enable/disables 2011-09-20 11:21:31 +03:00