| Summary: | fbdev: wait-for-vblank ioctl call does nothing | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Paul Cercueil <paul> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | sezeroz |
| Version: | HG 1.2 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Attachments: | Patch to fix the issue | ||
The patch is in. Thanks. http://hg.libsdl.org/SDL/rev/aa0858ece538 PS: Can you have a look at bug #4432 ? (In reply to Ozkan Sezer from comment #1) > The patch is in. Thanks. > http://hg.libsdl.org/SDL/rev/aa0858ece538 > > PS: Can you have a look at bug #4432 ? I can't reproduce #4432, fbdev has been working fine on top of DRM in our case. (In reply to Paul Cercueil from comment #2) > I can't reproduce #4432, fbdev has been working fine on top of DRM in our > case. Thanks. Added your report there, too. |
Created attachment 4166 [details] Patch to fix the issue From the patch: "This ioctl never made it to upstream Linux. Besides, with KMS drivers page-flipping already happens in the vblank."