[roll] Roll fuchsia [amlogic-display][hdmi-host] Replace cea_timing with DisplayTiming.

cea_timing is almost identical to the display::DisplayTiming struct.
This change replaces the cea_timing with the DisplayTiming struct
to store timing information to configure the HDMI encoder.

This change also deletes the cea_timing struct now that it doesn't
have any client.

The only field that may be different is the `venc_pixel_repeat` field
which is used by some Amlogic-provided code to configure the pixel
repetition differently in the HDMI transmitter and the encoder ENCI.
None of the timings that need pixel repetition are currently
supported by Fuchsia, so we hardcode it to be false.

This change only replaces the field names in cea_timing with
orresponding field / method names in DisplayTiming mechanically.
It doesn't simplify any of the encoder configuration logic. This will
be done in a follow-up change.

Test: display-tool squares 1 on VIM3 with MIMO 10" display
Test: display-tool squares 1 on VIM3 with Surenoo SUR480480Y021A
Test: display-tool squares 1 on VIM3 with Amelin AML028-30MB-A1
Original-Bug: 136952
Original-Bug: 135377

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/951658
Original-Revision: 7c1dc14962d69aa43d60ba742627ad553f9bbb2e
GitOrigin-RevId: f5754beeebf14d170a8d1de4f448b191b974db36
Change-Id: I67a04c1c2199ee49ed1b4291f7bb35592d74931c
1 file changed
tree: 70fc6ae0d575b0e9f4b5b3096805ce4984cfa201
  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.