[roll] Roll fuchsia [amlogic-display] Set config stamp on empty configuration.

On amlogic-display, when a client applies an empty display
config without any display layer, the driver disables the
OSD. It should also set the latest config stamp to |config_stamp|
so that this stamp will be reported on Vsync; otherwise it
will get lost and cause Scenic frame scheduler to block
future frames.

TODO(fxbug.dev/87291): Currently we don't have fake device
(fake-mmio, fake-bti, etc.) based device tests and it is hard
to test the driver since it involves a lot of MMIO register r/w;
we should add unittests to test this logic.

TEST: workstation.vim3 with flatland enabled

Original-Bug: 87291
Original-Bug: 94523
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/651788
Original-Revision: d80a43642ee7e5022e882cc5fa4d762a089e6349
GitOrigin-RevId: 6bf7a2d93b31dc28a46b956b67fa839c8a529d18
Change-Id: I2c608258aff6e0332c13eb26ac076aaafab9f8d0
1 file changed
tree: d18817a3742725557dee4c7079229caf11aebacf
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.