[roll] Roll fuchsia [amlogic-display] Only publish OnDisplaysChanged() when display is
attached.

Previously, amlogic-display driver always publish the display state
to display coordinator on SetDisplayControllerInterface(), no matter
whether the display device is ready.

This change fixes this by adding a check to make sure that the
display is correctly attached before amlogic-display sends the
changed displays' information to display coordinator. This change
also removes amlogic-display's SetupDisplayInterface() method
which may never get called.

Original-Bug: 124699
Test: core.vim3 works: virtcon shows up
                       fx shell display-tool squares 1
      The test uses Lepow Z2 (1920x1080x60) display.
Test: core.nelson works: virtcon shows up
                         fx shell display-squares 1 squares 1
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/832458
Original-Revision: 7433be7ec800b4febffb929896feb49592a4706d
GitOrigin-RevId: cdae86cbf55e5c9bc54fead42f4a09279172ef4e
Change-Id: I63de45513167b14bb91baa3427152a3749a7094b
1 file changed
tree: 4e71f54a2913a30300fc9b3d6bd7746a9c8ef3d6
  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.