[roll] Roll fuchsia [display][coordinator] Perform destroy logic in `PrepareStop()`.

The display coordinator previously performed the client reset and
engine config reset in `Stop()`. However, it's possible that its
parent driver (the display engine driver) had been destroyed when
Stop() was called. This caused a heap-use-after-free error when
rebooting the system.

This change moves all the Controller reset logic from `Stop()` to
`PrepareStop()`, where both the coordinator driver and the engine
driver are guaranteed to be alive.

Test: dm_reboot_bootloader_test
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/+/1132733
Original-Revision: 44f3240de4354a2b51284780b66daba37740c9ba
GitOrigin-RevId: c10a33a7cbf96f8fa4a3ae3bd4d1c4c0a9eccd38
Change-Id: I8754b8ce23cc3993f495a25cdc935783f2963ec5
1 file changed
tree: 6993b2992b919224dd3648c3a974e69a69c453b0
  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.