1This patch adds the ioctl FBIO_WAITFORVSYNC.
2The calling process' state will be set to TASK_INTERRUPTIBLE,
3it will be waken up by the interrupt handler for the vertical retrace.
4Processes can now wait for the vertical retrace without CPU usage.
5