[roll] Roll fuchsia Reland "[amlogic-display] Replace display_mode_t with display::DisplayTiming."

This is a reland of commit 3f491e17f244eb29dca447f96c6f27a673f5b3e3

A previous version of the commit incorrectly stored the display_mode_t
in AmlogicDisplay and did memcpy between a display_mode_t and
a display::DisplayTiming struct. The display kept performing
modeset and was not able to display anything. This reland fixes
this issue.

Besides this change also renames most occurrences of DisplayTiming
in function arguments from "mode" to "timing" so that the argument type
is more clear.

Test: display-test on VIM3 with MIMO display

Original change's description:
> [amlogic-display] Replace display_mode_t with
> display::DisplayTiming.
>
> This replaces the banjo type "display_mode_t" which should be only used
> for inter-driver communication with api-types-cpp type display::
> DisplayTiming.
>
> Test: no-op expected. amlogic-display-test passed.
> Test: display-tool squares 1 on VIM3 with MIMO HDMI display.
> Original-Fixed: 132603
> Original-Bug: 128704
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/926574

Original-Bug: 128704
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/932433
Original-Revision: b4e789c64637a04c8a2eb1415d5dd3ea4de19b5d
GitOrigin-RevId: 0d88722f9396a0ac685fe02a9e3db8f5dad4df85
Change-Id: I4c177d6b3f00d201760cb8f06ed6234c7452bbf3
1 file changed
tree: 735cf423e901bf3b8e2e2f8e100dfb0558f14043
  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.