[roll] Roll fuchsia [display][virtio-guest] Set scanout before transfer/flush

The existing code crashes with the rutabaga pci device in qemu latest,
because it's expecting set_scanout to have been called before flush.

The spec says that VIRTIO_GPU_CMD_RESOURCE_FLUSH "flushes any scanouts
the resource is being used on", which seems to indicate it should
work either way.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/984745
Original-Revision: 56eb47e4f3b78bb82edf73d109b318f346cc6d22
GitOrigin-RevId: 6c6992bfcaa8ac3a9fff3af62827a29821081268
Change-Id: I6fc5f588b41f644dea6915fe10c7b962c603cd92
1 file changed
tree: 344ed790cb97fca84b9145f0e2cb4b5ba23856a8
  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.