[roll] Roll fuchsia [fake-display] Add a proper VSync triggering API.

fake-display currently exposes SendVsync() for VSync triggering. This
method is also used internally in periodic VSync generation.

This CL hides SendVsync() and adds a TriggerVsync(), together with an
API contract, which is intended to reduce test flakiness.

Original-Bug: 388885807
Test: fx test //src/graphics/display
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1245597
Original-Revision: 2882ba7cf4ccf5963dd90fb82cef068e17be0151
GitOrigin-RevId: f82afd1af769d8b1f8175ce6113cf598b58ee5aa
Change-Id: I882be355515f89615e751fd32ff657fc5c9f4ed7
1 file changed
tree: e2f679234d343abd1efd5bf800f0fd9a988a3377
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.