remarkable-linux/drivers/video/omap2
Tomi Valkeinen cb5930bdb5 OMAP: DSS2: Fix init and unit sequence
The initialization order of the DSS modules is important when pm_runtime
support is implemented. Currently RFBI is initialized before DISPC,
which will cause problems with pm_runtime as RFBI uses DISPC.

The same goes for uninitialization order, and dss_uninit needs to be
called last, and dispc_uninit just before that.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2011-07-25 10:08:14 +03:00
..
displays OMAP: DSS2: DSI: sync when disabling a display 2011-07-01 12:07:13 +03:00
dss OMAP: DSS2: Fix init and unit sequence 2011-07-25 10:08:14 +03:00
omapfb OMAP: DSS2: OMAPFB: Implement auto-update mode 2011-07-01 12:01:14 +03:00
Kconfig
Makefile OMAP2: avoid descending into disabled framebuffer dirs 2011-05-11 14:20:53 +03:00
vram.c OMAP: DSS: VRAM: Align start & size of vram to 2M 2010-12-15 11:16:08 +02:00
vrfb.c