[roll] Roll fuchsia [virtio-gpu-display] Remove all uses of Banjo-generated code.

This CL refactors the driver unit tests to use the
display::DisplayEngineInterface C++ interface to the display engine
implementation, instead of the Banjo implementation. This does not
reduce testing coverage, because the adapter converting Banjo calls to
C++ calls has full testing coverage.

Original-Bug: 42079190
Test: fx test //src/graphics/display/drivers/virtio-gpu-display
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1182156
Original-Revision: bf18d2757e07c4af5b52b0a47a06b65a0ef3a3f1
GitOrigin-RevId: 84173044592fc3574bf334d7efdd38e7f8047277
Change-Id: I13314f458f83335b59ff9bde6d088f4f74c54ea2
1 file changed
tree: 1413e5802f7b0f64f8a79617cf0c89a471216ba4
  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.