summaryrefslogtreecommitdiff
path: root/Source/DirectFB/patches/README.matroxfb-vsync-irq-patch
blob: eaa24fe05529036d8be06a378295e12a68e363b2 (plain)
1
2
3
4
This patch adds the ioctl FBIO_WAITFORVSYNC.
The calling process' state will be set to TASK_INTERRUPTIBLE,
it will be waken up by the interrupt handler for the vertical retrace.
Processes can now wait for the vertical retrace without CPU usage.