git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63cec5a
)
OMAPFB: fix releasing overlays
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Thu, 16 Oct 2014 09:19:37 +0000
(12:19 +0300)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Wed, 22 Oct 2014 08:07:08 +0000
(11:07 +0300)
omapfb disables all the overlays when freeing resources, but it should
also remove those overlays from overlay managers.
Not doing so causes a crash if omapfb is unbound and bound, or omapfb
module is removed and loaded, while keeping omapdss around.
Fix this by calling unset_manager() for all overlays.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
No differences found