[roll] Roll fuchsia [display][fidl] Generalize new display information.

Display capabilities can currently be conveyed using one of the
following three methods.

1. a DisplayMode that specifies one operational mode supported by the
   display
2. an array of bytes that contains information encoded using the E-EDID
   standard
3. an E-DDC connection that can be used to retrieve the display's E-EDID
   information

The three methods above are currently mutually exclusive. This CL
updates the FIDL API to allow display engine drivers to supply
information using multiple methods concurrently. For example, a driver
could describe the display's operational modes using a list of
DisplayModes, and still expose an E-DDC connection that may accept
DDC/CI commands.

An upcoming CL will reflect this change in the Banjo API, and apply
minimal updates to the display coordinator and in-tree display engine
drivers.

Original-Bug: 316631158
Test: fx build (no behavior change)
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1065803
Original-Revision: 36d33166ea2ec44e25bb4469fcbaec7014f56db9
GitOrigin-RevId: 9870c44906955f4b454dd43e9a35410e2edfd9c0
Change-Id: I178a75804efc1eb856deb4da333b236c5f9c838f
1 file changed
tree: e60fddc8b47fa274d95eeaffb6fe4bcab7425ecd
  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 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.