[roll] Roll fuchsia [scenic][display] Set display mode constraints on DisplayManager
creation.

This adds a struct DisplayModeConstraints to the constructor
of the DisplayManager class. Only modes that satisfy all the
constraints can be used when a new display is detected in
Scenic.

In production Scenic, the DisplayModeConstraints struct is
created using values from the Scenic component manifest
structured configuration.

Test: added tests to display_manager_unittest
Original-Bug: 323948530
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/987959
Original-Revision: 3e2f36a1dc66fc10c6009a13ef2410febc3c5518
GitOrigin-RevId: 31aa94d8ff227aaf0c52a78acca90c95621fb7a6
Change-Id: I8c5902d244516c13aa4bea383a269437d8be3a75
1 file changed
tree: 9ba724891456f7e791f98cfc4ebd20c24836c94c
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.