kernel-hacking-2024-linux-s.../drivers/video/omap2/omapfb
Tomi Valkeinen b52a6e7fb6 OMAPFB: disable overlays on driver removal
When omapfb module is removed, the driver will turn off all the displays
it manages. However, it leaves the overlays enabled. While the overlays
are obviously disabled as the displays are disabled, it causes issues
when the driver module is loaded again, as at that point the overlays
are still enabled on the hardware level. The result is that even if the
SW thinks overlays are disabled, they are actually enabled.

Fix this by making sure the overlays are disabled at module removal.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2014-01-13 12:19:56 +02:00
..
Kconfig
Makefile
omapfb-ioctl.c OMAPDSS: add helpers to get mgr or output from display 2013-06-17 14:00:42 +03:00
omapfb-main.c OMAPFB: disable overlays on driver removal 2014-01-13 12:19:56 +02:00
omapfb-sysfs.c Revert "OMAPFB: simplify locking" 2012-12-13 13:19:05 +02:00
omapfb.h Revert "OMAPFB: simplify locking" 2012-12-13 13:19:05 +02:00