[roll] Roll fuchsia [amlogic-dipslay][hdmi] Do not alter the display mode.

Previously the amlogic-display driver altered the display mode
to support 4K resolutions. The driver had to keep an unaltered
display mode for comparison, but use the altered display mode to
drive the display hardware. This workaround was never used in
amlogic-provided display driver software.

This implementation doesn't work for 4K displays (see bug
fxbug.dev/124984) and it also reduces the code readability.
Now that we are not targeting 4K displays, we should be able
to remove this hack so that the display mode will be always
passed through.

Test: display-tool squares 1 on VIM3 using the following displays:
      [1] MIMO display (1280x800).
      [2] Google JN32A (3840x2160) with resolution fallback to 2560x1440.
      [3] Acer B326 (3840x2160), with resolution fallback to 1920x1080.
      [4] Dell P2720DC (2560x1440).

Original-Bug: 124984
Original-Bug: 132602
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/912261
Original-Revision: 3f3dda3e1b5dc229b50e45334406710683a6e92d
GitOrigin-RevId: 03c9c4c401df24327c1b7e1cd05070c3b5b139a6
Change-Id: Ie6fb544024ad289d1c24b49ba7086f1344923970
1 file changed
tree: aafa3b87909b04332cdccaa6eb71990f6c839ded
  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.