mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 10:10:41 +00:00
29cd3fb4bb
may help with backpressure in high fps situations It was found that display.flip() can take a long time, at least if framebuffer_region() is called, which causes dropped frames. The idea is that if the server is still using the frame we may have to wait $omeTime to get it back for drawing the next one, and the wait can be long compared to the time to copy. BUG=b/153580313 Change-Id: I00c50479b40383d2329d7eb714248a7154a22aba Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2224017 Commit-Queue: Lingfeng Yang <lfy@google.com> Tested-by: Lingfeng Yang <lfy@google.com> Reviewed-by: Lingfeng Yang <lfy@google.com> Reviewed-by: Jason Macnak <natsu@google.com> Reviewed-by: Zach Reizner <zachr@chromium.org> |
||
---|---|---|
.. | ||
examples | ||
protocol | ||
src | ||
build.rs | ||
Cargo.toml |