kernel_optimize_test/drivers/video/omap2/omapfb
Tomi Valkeinen dfbc32316c OMAPFB: defer probe if no displays
omapfb requires the panel drivers to have been probed when omapfb is
initialized. omapfb does not support insertion of new panels after its
probe. This causes a problem in case omapdss or the panel probes have
been deferred due to EPROBE_DEFER error, as omapfb won't find any
displays.

As a quick fix, this patch changes the omapfb probe so that if omapfb
does not find any displays, it'll return EPROBE_DEFER. This is not
perfect, as with a board with no displays, omapfb will get deferred
forever. Also, if the board has multiple displays, but only some of them
have been probed, omapfb will start and leave the unprobed displays out.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2013-05-02 11:24:20 +03:00
..
Kconfig OMAPFB: use dma_alloc_attrs to allocate memory 2012-11-13 09:52:24 +02:00
Makefile OMAP: DSS2: omapfb driver 2009-12-09 12:12:44 +02:00
omapfb-ioctl.c Revert "OMAPFB: simplify locking" 2012-12-13 13:19:05 +02:00
omapfb-main.c OMAPFB: defer probe if no displays 2013-05-02 11:24:20 +03: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