commit | 13a0c40a49380752d8fbe1ff27009df2b5c71fcf | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Oct 16 12:19:37 2014 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Oct 22 11:07:08 2014 +0300 |
tree | 8cf58b22aa68c68648c933de50d75c003fdc3083 | |
parent | 63cec5a22c13a80d80cb38acdb5b555eafb74ddc [diff] |
OMAPFB: fix releasing overlays 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>