[roll] Roll fuchsia [display][virtio_gpu] virtio_gpu driver serves FIDL to display
controller

This change also:
- replaces all instances of "virtio-gpu-display" with a static name()
  function
- serves fuchsia.driver.compat.Service to display controller, which
  silences a warning about the missing route
- gives an ack back when serving `fuchsia.hardware.display.engine.Engine/IsAvailable`

Original-Bug: 314126494
Original-Bug: 314125657
Test: fx test virtio-gpu-test display-coordinator-unittests
Test: manual test with use_virtio_gpu_v2 = true now shows the following
log from the display controller:
[00005.208045][boot-drivers:dev.sys.platform.pt.PCI0.bus.00_03.0.00_03_0.virtio-gpu-display][driver,display_controller] INFO: [driver.cc(36)] Using FIDL display controller protocol

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/990892
Original-Revision: 28641241347a07de7d7dc95a7e8dbdd49575dede
GitOrigin-RevId: c63b36d6385edbe400c3cfa17fc2ec805bf0244d
Change-Id: I590af2af46c3b9185905ce6c9ae1774b7f5ff1c2
1 file changed
tree: 4f74dcbafa0571f9272cf6132e9f9dde6146e174
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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 via the IRC channel #fuchsia on Freenode.

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.