[roll] Roll fuchsia [display] Create standalone protocol adapters library.

This CL extracts the adapters in the virtio-gpu-display driver. The code
is similar to the driver, with one exception -- the
DisplayEngineBanjoAdapter class became a template, so it can accommodate
different DisplayEngineInterface implementations.

This CL has fairly empty tests for the adapter implementations. Unit
tests will be fleshed out in separate CLs, so we can iterate on the
approach to mocking.

Original-Bug: 42079190
Test: fx test //src/graphics/display/lib/api-protocols
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1178735
Original-Revision: eac9caaa3581818b49e3f79b9807709e130568be
GitOrigin-RevId: 161aadc679bbd6e1cc8e03d961e5d53d5035a7fe
Change-Id: I52e3c2cecefa906d0917d694160ea5bb1474ef14
1 file changed
tree: aeea03020cac521bdfdc9bdf17536f06c39e9148
  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.