[roll] Roll fuchsia [virtio-gpu-display] Fix issues flagged by Gemini.

This CL does not fix the attached bug. However, it fixes a couple of
issues that were found by Gemini. This increases the odds that future
investigations will find the real problem.

* the image stride was incorrectly passed as 0 in some cases
* the R8G8B8A8 pixel format was not correctly passed to virtio-gpu

The squares demo still results in a black screen. The manual test
verified that it does not crash.

Original-Bug: 483520638
Test: fx test //src/graphics/display/drivers/virtio-gpu-display
Test: ffx target ssh display-tool squares
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1538603
Original-Revision: 29a549bab09c748d052447bd53fb733991be5dca
GitOrigin-RevId: ca3e457799f43aa9de8c36e83b35b548a39936e3
Change-Id: I890078004bb93e3997e32b0e401dfc8e55a27c18
1 file changed
tree: 2468b5a9f0c2c6a1eb7911e81aaafa504dd11b4f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.