[roll] Roll fuchsia [display][coordinator] Introduce AddedDisplayInfo.

This CL splits the DisplayInfo creation process into two stages. First,
the Banjo type raw_display_info_t gets converted into an
AddedDisplayInfo instance. Second, the AddedDisplayInfo instance is
consumed to create a DisplayInfo instance.

The AddedDisplayInfo instance retains all the information referenced by
raw_display_info_t, and can safely be passed between dispatchers.
Follow-up CLs will take advantage of this to consolidate new display
registration to the client dispatcher.

Original-Bug: 336394440
Test: fx test //src/graphics/display
Test: Booted workbench.x64 using ffx emu start --engine qemu
Test: ffx target ssh display-tool squares
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1211508
Original-Revision: 07fa699cd362b7ac7c2b40737b881653697f759c
GitOrigin-RevId: ca331e607c3047b9fe0d725af6642e2d7f4ebaad
Change-Id: I4c7c98d2f385fac0afe1bbaafa646efa875c619a
1 file changed
tree: fdaa4d6efdba14e6ab319f384d47bc966765305c
  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.