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)
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.


No differences found