[roll] Roll fuchsia [virtio-gpu-display] Fix incorrect cleanup during driver shutdown.

Due to a typo, DisplayEngineEventsBanjo::SetListener() does not
correctly reset the listener when given a nullptr. The bug results in
event listeners still being called. This CL fixes the bug, to address
any false rejections in CI/CQ that may be caused by this problem.

In the future, the Banjo adapters will be lifted into a library with
full test coverage. This bug was discovered by the work for that
project.

Original-Bug: 42079190
Test: none (test coverage will be provided in future CLs)
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1178539
Original-Revision: 534aae311de21e9a8fc6076fd035b085b5058d4e
GitOrigin-RevId: 7e5aad4508b55a792591ed0f3ad35392191145f8
Change-Id: Id7a871ee5b6158d30a01627c4585ce4101d57ad5
1 file changed
tree: 0e9d918cc0db60987c8b6f64e0e4bfcd77f6dbbb
  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.