[roll] Roll fuchsia [amlogic-display] Address style issues in AmlogicDisplay.

This addresses some C++ style guide violations in
AmlogicDisplay driver:
- Expand some inappropriate "auto" usages.
- Add checks to make sure we don't double-initialize
  resources and threads.
- Fix logging format / logging levels.

Test: no-op.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/900118
Original-Revision: 35f9ba6f42edeb39f295c3bc70df768c8ec51e96
GitOrigin-RevId: a6e802ddbce80626835feac4efb67cf25fd7f914
Change-Id: Ib3aca16ee1c22cb76e2f64a004138c95f8dcea69
1 file changed
tree: 73bcf3cc484bc8507528be6dcd2a158016a062f9
  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.