alistair23-linux/drivers/video/omap2/dss
Tomi Valkeinen a3d0e4aeca OMAPDSS: APPLY: make ovl_enable/disable synchronous
ovl->enable/disable are meant to be synchronous so that they can handle
the configuration of fifo sizes. The current kernel doesn't configure
fifo sizes yet, and so the code doesn't need to block to function (from
omapdss driver's perspective).

However, for the users of omapdss a non-blocking ovl->disable is
confusing, because they don't know when the memory area is not used
any more.

Furthermore, when the fifo size configuration is added in the next merge
window, the change from non-blocking to blocking could cause side
effects to the users of omapdss. So by making the functions block
already will keep them behaving in the same manner.

And, while not the main purpose of this patch, this will also remove the
compile warning:

drivers/video/omap2/dss/apply.c:350: warning:
'wait_pending_extra_info_updates' defined but not used

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
2012-02-29 22:42:28 +00:00
..
apply.c OMAPDSS: APPLY: make ovl_enable/disable synchronous 2012-02-29 22:42:28 +00:00
core.c Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6 2012-01-14 15:11:19 -08:00
dispc.c OMAPDSS: use sync versions of pm_runtime_put 2012-01-26 13:46:24 +02:00
dispc.h OMAPDSS: DISPC: Update Fir Coefficients 2012-01-02 08:51:29 +02:00
dispc_coefs.c OMAPDSS: DISPC: Update Fir Coefficients 2012-01-02 08:51:29 +02:00
display.c OMAP: DSS2: Create an enum for DSI pixel formats 2011-09-30 16:16:29 +03:00
dpi.c ARM: omap: fix oops in drivers/video/omap2/dss/dpi.c 2012-02-09 17:56:53 +00:00
dsi.c fbdev fixes for 3.3 2012-02-07 15:54:02 -08:00
dss.c OMAPDSS: use sync versions of pm_runtime_put 2012-01-26 13:46:24 +02:00
dss.h Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6 2012-01-14 15:11:19 -08:00
dss_features.c OMAPDSS: HDMI: Create function to enable HDMI audio 2012-01-05 10:34:48 +02:00
dss_features.h OMAPDSS: DISPC: Update Scaling Clock Logic 2012-01-02 08:51:29 +02:00
hdmi.c OMAPDSS: HACK: Ensure DSS clock domain gets out of idle when HDMI is enabled 2012-02-23 10:29:08 +02:00
hdmi_panel.c OMAP: DSS2: HDMI: implement detect() 2011-09-30 16:16:47 +03:00
Kconfig OMAP: DSS2: Remove "EXPERIMENTAL" from Kconfig 2011-09-30 16:16:19 +03:00
Makefile OMAPDSS: DISPC: Update Fir Coefficients 2012-01-02 08:51:29 +02:00
manager.c OMAPDSS: APPLY: move simple_check functions 2012-01-02 08:51:26 +02:00
overlay.c OMAPDSS: APPLY: move simple_check functions 2012-01-02 08:51:26 +02:00
rfbi.c OMAPDSS: use sync versions of pm_runtime_put 2012-01-26 13:46:24 +02:00
sdi.c OMAPDSS: check the return value of dss_mgr_enable() 2011-12-02 08:54:54 +02:00
ti_hdmi.h OMAPDSS: HDMI: PHY burnout fix 2012-01-26 13:51:36 +02:00
ti_hdmi_4xxx_ip.c OMAPDSS: HDMI: hot plug detect fix 2012-02-23 10:29:08 +02:00
ti_hdmi_4xxx_ip.h ASoC: OMAP: HDMI: Move HDMI codec trigger function to generic HDMI driver 2012-01-05 10:34:48 +02:00
venc.c OMAPDSS: use sync versions of pm_runtime_put 2012-01-26 13:46:24 +02:00