[roll] Roll fuchsia [display][edid][api-types-cpp] Convert timing_params_t to DisplayTiming.

This adds a conversion function from edid::timing_params_t to
DisplayTiming in //src/graphics/display/lib/edid.

This helps migration of EDID libraries and display coordinator from
edid::timing_params_t to DisplayTiming.

Test: added timings-test.cc to edid-test. It tests conversion of
      progressive and interlaced timing_params_t values to
      DisplayTiming using artificial values and real DMT/CTA
      timing values.
Original-Bug: 135377
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/934748
Original-Revision: 6ff317e26d3c9c4eab107fb1812256061089a595
GitOrigin-RevId: 37038038890986540e6e65942bef43d17156f160
Change-Id: Ic689b9bf17bac0195ecd578799935d14c8bdc21b
1 file changed
tree: 03eae3c324ac6998907a068bf539e26a9db53540
  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.