| Summary: | [KMS/DRM] [patch] Do not use async page flips when not supported | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Clayton Craft <clayton> |
| Component: | video | Assignee: | Manuel Alfayate Corchete <redwindwanderer> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.15 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Attachments: | v1 patch | ||
Comment on attachment 4737 [details]
v1 patch
Sounds good to me. @Sam et all, any objections to merge this one?
Nope, go for it. Ok, merged! Thanks, @Clayton Craft! Closing this... Manuel, please include a link to the revision that fixes the bug when you close it. Thanks! |
Created attachment 4737 [details] v1 patch Some hardware (imx6, imx8 w/ vivante 7000 gpus), do not support async page flipping. I've attached a patch that will only use async page flips when drm CAP shows that the hw supports it.