projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b183671
)
OMAPDSS: apply: wait pending updates on manager disable
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Thu, 16 Oct 2014 09:09:05 +0000
(12:09 +0300)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Wed, 22 Oct 2014 08:07:08 +0000
(11:07 +0300)
We should wait for any pending updates when an overlay manager is
about to be disabled, because the updates will never be finished if the
manager is disabled too early.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/omap2/dss/apply.c
patch
|
blob
|
history
diff --git
a/drivers/video/fbdev/omap2/dss/apply.c
b/drivers/video/fbdev/omap2/dss/apply.c
index 0a0b084ce65d626ca7619f81065b914d4286bb89..663ccc3bf4e5cebb63ef05250a1e5d9d8edeaa07 100644
(file)
--- a/
drivers/video/fbdev/omap2/dss/apply.c
+++ b/
drivers/video/fbdev/omap2/dss/apply.c
@@
-1132,6
+1132,8
@@
static void dss_mgr_disable_compat(struct omap_overlay_manager *mgr)
if (!mp->enabled)
goto out;
+ wait_pending_extra_info_updates();
+
if (!mgr_manual_update(mgr))
dispc_mgr_disable_sync(mgr->id);