View Single Post
Posts: 503 | Thanked: 267 times | Joined on Jul 2006 @ Helsinki
#2
Some comments:
1. ioctl(FBFD,OMAPFB_VSYNC); is useless and does nothing (and if it actually waited for VSYNC, that would be bad for performance)
2. You don't need to use OMAPFB_FORMAT_FLAG_FORCE_VSYNC flag (you may actually screw up tearing synchronization using it), just OMAPFB_FORMAT_FLAG_TEARSYNC is enough
3. And of course the license choice is bad