[roll] Roll fuchsia [03/nn][aml-hdmi] Split HDMITX MMIO region to controller IP and
top-level sub-regions.

The HDMITX MMIO region consists of two sub-regions:

- The Controller IP sub-region (0xff60'0000 - 0xff60'7fff). Documented
  registers defined in this region are 8-bit registers. The registers
  are directly connected to the HDMI transmitter / HDCP controller IP
  blocks.

- The top-level sub-region (0xff60'8000 - 0xff60'ffff). Documented
  registers defined in this sub-region are 32-bit registers (with
  an exception of "Revoc mem" IP blocks, which is not used by this
  driver and not documented in the datasheets).

This change splits the HDMITX MMIO region defined in the board driver,
so that the aml-hdmi driver will get two split sub-regions, and the
driver can use different memory access methods on different
sub-regions.

As the sub-region definition changes, this change also removes
support for WriteReg() / ReadReg() FIDL methods in the aml-hdmi driver.
Neither method is used except in tests.

Original-Bug: 134691
Test: aml-hdmi-test
Test: "display-tool squares 1" works on Surenoo SUR480480Y021A.
Test: "display-tool squares 1" works on Amelin AML028-30MB-A1.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/944296
Original-Revision: fbed7931a4fb189dd2bd28ea6f3ceec6db750c07
GitOrigin-RevId: a1f2da9a426eab51c45f50eb3ac48efcc3218bc9
Change-Id: I3b96cadc387d5fea541b6120b9993647b96046c9
1 file changed
tree: 9a157cdf2c2bc2a23d872bf15ef658c946a0bee9
  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.