forked from xinyu391/zircon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[display] Disallow simultaneous use of wait events
Having multiple images simultaneous wait on the same event requires defining interactions between different events and resolving race conditions around events being reset. Synchronization between layers can be achieved through other parts of the API, and creating/importing new events isn't particularly expensive, so just disallow simultaneous use of wait events. This can be re-examined at a later point if a fence object is added to fuchsia. Test: locally modifications to display test Change-Id: I0464f39165ef5f41fe401a26c4a90b2ef7e9400a
- Loading branch information
1 parent
14c1cd1
commit 6f2e3c4
Showing
2 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters