[roll] Roll fuchsia [goldfish-display] Decouple goldfish-sync waits from ColorBuffer.

The goldfish-sync eventpair and async Wait should be tied to a
display configuration instead of a single ColorBuffer. This change
moves the eventpair and async Wait from |ColorBuffer| struct to a
separated queue |pending_config_waits| for each display device.
This will help when there are multiple ColorBuffers (multiple layers)
presented in a single display config.

Test: refactor only, no-op. workstation.x64 on FEMU.
Original-Bug: 93349
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/663985
Original-Revision: d89c097a7e5bce679fcb40edead9a4f0df73d21f
GitOrigin-RevId: b970010f2e3d7aaf7ff41f44a180a4dfad8c11f4
Change-Id: I5f4976ff95f201fadf107a116030c064481c1282
1 file changed
tree: 794d98900677b7ff81b7ef6f43ac34e0dfce15ca
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.