DSS2: make pan, set var not to wait for GO bits
authorGrazvydas Ignotas <notasas@gmail.com>
Sun, 6 Jun 2010 21:51:19 +0000 (00:51 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Mon, 7 Jun 2010 22:01:34 +0000 (01:01 +0300)
commit50d901f5340d4af2662a141acd9220d63471c7d9
treebea6add9630e71489d4af1d278aaca56c800f9fd
parent12942775ca2db1c41d190314da65f3a74899b0dc
DSS2: make pan, set var not to wait for GO bits

In case we want to run faster than LCD refresh rate, we'll
eventually hit already set GO bit, and waiting for it to
clear will not allow to go faster then refresh, which is not
always desirable. Disable this behavior, anyone wanting to
sync can always use FBIO_WAITFORVSYNC.
arch/arm/plat-omap/include/mach/display.h
drivers/video/omap2/dss/dispc.c
drivers/video/omap2/dss/dpi.c
drivers/video/omap2/dss/dss.h
drivers/video/omap2/dss/manager.c
drivers/video/omap2/dss/overlay.c
drivers/video/omap2/omapfb/omapfb-ioctl.c
drivers/video/omap2/omapfb/omapfb-main.c
drivers/video/omap2/omapfb/omapfb-sysfs.c