[roll] Roll fuchsia [display][fidl] Make RawDisplayInfo fields optional.

A display engine driver may only provide a subset of the fields
in the `RawDisplayInfo` struct to describe the capability of
a display device. For example, a display engine with only embedded
displays may only provide a `preferred_modes` vector but leaves
the `edid_bytes` and `eddc_client` fields empty.

This change makes the `preferred_modes`, `edid_bytes` and
`eddc_client` fields in the `RawDisplayInfo` struct optional
to make it valid to leave these fields empty.

Test: fx build (no behavior change)
Original-Bug: 316631158
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1077905
Original-Revision: a2be75f784e977b440649d2a95bba7d5bcf181b5
GitOrigin-RevId: ca915be2aadc381afe5475670f283819d2a48c23
Change-Id: If52a4ef52580a9ad4dd02fc786deda2135435a39
1 file changed
tree: 7bef8d2aeaa04855139c8d23b74d94d99abfca70
  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.