[roll] Roll fuchsia [display][coordinator] Deregister the engine listener in `PrepareStop()`.

Previously, the display coordinator Controller deregistered it
from the display engine at the Controller dtor. This caused a
race between the coordinator and the engine driver at destruction.

This change moves the deregistration logic from the destructor to
the `PrepareStop()` method where both drivers are guaranteed to
be alive.

Test: dm_reboot_bootloader_test
Multiply: host_x64/obj/src/tests/reboot/dm_reboot_bootloader_test.sh: 100
Multiply: host_x64/obj/src/tests/reboot/dm_reboot_recovery_test.sh: 100
Multiply: host_x64/obj/src/tests/reboot/dm_reboot_test.sh: 100
Original-Bug: 367330135
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1133172
Original-Revision: 5e83a40f15b72f7ea3d73da34e6212a0ff0c6888
GitOrigin-RevId: 1ba2a9d31962575ba0921ac94f4bf9e9a2b2686e
Change-Id: I9da5b7747c3fe6b78557325ee083e8236024f50b
1 file changed
tree: 8fc5327ae9896bb06d95ad2ac16e6f7e413274be
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.