[roll] Roll fuchsia [05/nn][hdmi-dw] HdmiDw owns the controller IP MMIO region on
creation; delete HdmiBase.

Now that the HDMITX MMIO region is separated to controller IP region
and top-level region, only HdmiDw will read/write on the controller
region.

To simplify the MMIO access model, we make the following changes:

- We move the ownership of controller IP MMIO buffer to HdmiDw.
  This removes all the indirections for HdmiDw to access register
  contents.

- HdmiDw doesn't need to use HdmiBase to read/write IP registers.
  It's safe to delete the HdmiBase class. We delete the HdmiBase
  class in this change.

- We also remove the locks on the MMIOs in the aml-hdmi driver.
  Both aml-hdmi and hdmi-dw have access to only one register region.

Test: Modified aml-hdmi-test and hdmi-dw-test to reflect the new change.
Test: "display-tool squares 1" works on:
      - Surenoo SUR480480Y021
      - Amelin AML028-30MB-1
      - MIMO 10" display
Original-Bug: 134691
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/944298
Original-Revision: 365343152ed54036c27e76281695e0cc926298d9
GitOrigin-RevId: 08ab7ac550b89c28633b9648423bcd53111978a3
Change-Id: Ieadf2d17b76f1f5a0baa6d73ad30b4671a584630
1 file changed
tree: c9f2463262490299ed7f325e4da81f1e368adc77
  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.