[roll] Roll fuchsia [display][goldfish] Emit OnDisplayVsync2() events.

Every time we apply a new display configuration, the driver posts
a new task to present the corresponding ColorBuffer, and update
the "current color buffer" value once the sync device notifies
driver that the frame is presented.

Similarly we could update the configuration stamp using the same
logic and return the latest applied configuration stamp in
OnDisplayVsync2() events.

TEST=scenic_tests
     workstation.x64 on FEMU

Original-Bug: 72588
Original-Bug: 87213

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/589048
Original-Revision: 2cd3ca69c1f05bfc65d45f8c2d319f4850803f62
GitOrigin-RevId: 3ca75d8e2dbe9af3087eca39fbca8eecfb924744
Change-Id: I7954469485fb872dd2114c25e78cd4fa0c2b420f
1 file changed
tree: de82c9e0fac52c9c518067d4c35afe3d520b1fd0
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. test_durations
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.