[roll] Roll fuchsia [flatland] Temporarily disable direct-to-display.

fxb/370839049 aims to relax constraints on image usage by the display
coordinator.  As an intermediate step (fxb/370994314) we want to remove
the abililty of the coordinator to signal release fences directly.

Typically this involves migrating from observing event signals to vsync
stamps, as was done with Carnelian and the Vulkan swapchain.  The same
could have been done here, except that unlike the other cases it would
be throwaway code (since, here, events are used to enforce the
constraints that will soon be relaxed when fxb/370839049 is fixed).

So instead, temporarily disable direct-to-display, and rip out the code
that relies on events.

Original-Bug: 377979329
Original-Fixed: 377967775
Original-Fixed: 42173333
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1153340
Original-Revision: ec5229c6ffe4fa9e53ef335648f222fedecfbaad
GitOrigin-RevId: a99d08c2526c1ef28ec64ba8834ff2d9ae4eb7ab
Change-Id: I63eb3193f35190febcb25ed76bf064e85657c767
1 file changed
tree: 7d93f6fc4f69fc325c93185a12aeed5871f18ff5
  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.