2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-26 22:24:09 +08:00
linux-next/drivers/video/omap2/omapfb
Tomi Valkeinen 636f4e1b45 OMAPFB: move dssdev->sync call out from omapfb_realloc_fbmem
Currently omapfb_realloc_fbmem() calls dssdev->sync to ensure any
possible frame update is finished. This patch moves the call to
dssdev->sync from omapfb_realloc_fbmem to the callers of
omapfb_realloc_fbmem.

This keeps dssdev related calls out from omapfb_realloc_fbmem, which
makes sense as the function should only deal with fb memory. Also, this
seems to avoid a lockdep warning about possible circular locking.
However, the exact reason for that warning is still unclear.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2012-12-07 16:51:36 +02: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 OMAPFB: move dssdev->sync call out from omapfb_realloc_fbmem 2012-12-07 16:51:36 +02:00
omapfb-main.c OMAPFB: move dssdev->sync call out from omapfb_realloc_fbmem 2012-12-07 16:51:36 +02:00
omapfb-sysfs.c OMAPFB: move dssdev->sync call out from omapfb_realloc_fbmem 2012-12-07 16:51:36 +02:00
omapfb.h OMAPFB: remove exported udpate window 2012-12-07 16:50:48 +02:00