[roll] Roll fuchsia [amlogic-display] Remove DisplayInit().

DisplayInit() was used to lazy-initialize the VideoInputUnit
instance after the Vout is configured.

Now that we removed the dependency of VideoInputUnit on Vout
(in Change Ib5e8d92f9d598bda1192f9e7b9edb3c646a46cfa), the
VideoInputUnit can be initialized together with other hardware
blocks in AmlogicDisplay::Bind().

One behavior change is that the AFBC block is powered up after
VideoInputUnit being created. Since the AFBC configuration only
occurs in ApplyConfig() (which always occurs after Bind()),
this behavior change won't affect the AFBC configuration.

Test: core.vim3
Test: core.nelson

Original-Fixed: 317913541
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/966578
Original-Revision: 351f089de164e56f92e2f4a3734a14ae57a8ad7b
GitOrigin-RevId: cfd3dcbb04f0eb08faa94e7ad80d260137a920c6
Change-Id: I10326f35d5b21982ade92b618cc97603dcc4b73b
1 file changed
tree: be818d386763fdee1831e98f6a281c6dd1e0f919
  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.