[roll] Roll fuchsia [display][api-types-cpp] Add refresh rate calculation to DisplayTiming.

This adds a method vertical_field_refresh_rate_millihertz()
to calculate the refresh rate of display timing parameters which
is similar to the vertical_refresh_e2 field edid::timing_params_t.

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

Test: added tests DisplayTiming.RefreshRate.

Original-Bug: 135377
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/933388
Original-Revision: 2f898c9d545b41fb4a730f12c06ac284378788c7
GitOrigin-RevId: 7d9c6c9101c8ceab7387d3b20379b4725631e45c
Change-Id: I0928efdaf33d7a34d457a0b698f55c02e8caf1d1
1 file changed
tree: 9f1a7ce072b38e6db9c5aee532f603dca670a6cc
  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.