commit | 081468f68095e22a83fbc8793b2b8267e557fdc3 | [log] [tgz] |
---|---|---|
author | Yilong Li <liyl@fuchsia.infra.roller.google.com> | Thu Nov 09 18:53:30 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Nov 09 10:54:51 2023 -0800 |
tree | 9a157cdf2c2bc2a23d872bf15ef658c946a0bee9 | |
parent | 86ec919c0de2634080da93cb7474a80b2b96a7b5 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.