mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-11 04:26:38 +00:00
When the client clears the output queue, it regains ownership of all the currently queued output buffers. Unless the backend is made aware of this, it will keep believing that it owns these buffers and may throw an error when they are submitted again, so add a backend op to signal the backend it should release all its output buffers. The VDA backend does not make any such check, so its implementation can be a no-op. BUG=b:169295147 TEST=Android Youtube can play videos on Hatch. Change-Id: Ia7d08e2499818e02a2bf56618852acdaee0d6d28 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3143585 Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Alexandre Courbot <acourbot@chromium.org> |
||
---|---|---|
.. | ||
src | ||
.build_test_serial | ||
Cargo.toml |