[roll] Roll fuchsia Reland "[simple-display] Use FIDL sysmem connection instead of Banjo"

This is a reland of commit 67a034cbd24ef45319891cc2f667ed61116970c4

Original change's description:
> [simple-display] Use FIDL sysmem connection instead of Banjo
>
> Original-Bug: 103663
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/698642

The original commit broke the simple-display driver because the bind
rules declared a 'sysmem' fragment but the code expected a 'sysmem-fidl'
fragment.

I verified that graphics work on both NUC and QEMU, taking extra care
to ensure that the simple-display driver was actually used (which
required circumventing the Tiger Lake opt-out bind rules).

Original-Bug: 103663
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/712265
Original-Revision: 612eeeb56c57e912b3fbcc9da2a3f114147c64a9
GitOrigin-RevId: 2704039ccb7bee704a93a6065ce2a471710402ef
Change-Id: Ib2b62159ec5c60cab5ff77967ba90c1aeb74bb6a
1 file changed
tree: e2c049516734311832248014d7fa886998b28799
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.