[roll] Roll fuchsia [display][coordinator] Remove delayed config application.

Delayed config application was a workaround for an incomplete
implementation of multi-display support. More concretely, the
Coordinator's image state tracking logic supports associating each image
with exactly one display.

This CL removes the workaround, making it easier to reason about the
Coordinator's ApplyConfig() flow. This CL also adds integration tests
ensuring that the straightforward mental model will continue working.

Original-Bug: 388885807
Test: fx test //src/graphics/display
Test: Booted workbench_eng.x64
Test: ffx target ssh display-tool squares
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/684345
Original-Revision: ff66cfa249d880f7417b112b092bbf6a5e49fe6d
GitOrigin-RevId: d9a95d1d34976f81d0e6a7ca7c89d5ded14a6068
Change-Id: I94ed0c1ab6b3ac2e5948f76a5b3798359f1c1c0d
1 file changed
tree: 8c2b3bc6b5d487fe1d8f136bb6473f258c424b81
  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.