[roll] Roll fuchsia [display][virtio] Move driver to //src/graphics/display/drivers

The //src/graphics/drivers/virtio driver is the guest-mode
driver of virtio-gpu device; it is only used for framebuffer
scanout and not for any other graphics virtualization, so
this change moves the driver to //src/graphics/display/drivers.

To better distinguish the driver from the host-mode driver
of virtio-gpu in fuchsia (located in //src/virtualization),
we rename the driver directory to "virtio-guest" to reflect
this.

Test: no-op. fx set core.x64 ; fx build ; fx qemu
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/845576
Original-Revision: e5d803c900be3b75629606ba9e696371be8abdfb
GitOrigin-RevId: d745c244e501491200566ea6f005582cf6d8196e
Change-Id: Ic3e9680e16b24417e73bb70cb85465a16e69c05a
1 file changed
tree: b61409dbbf61cb4d9d1b678cde753f83024f25d8
  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.