[roll] Roll fuchsia [display][banjo] Rename "Client" to match FIDL type and change type to
bitfield.

The "Client" type in display banjo API (corresponding to
"ClientCompositionOpcode" in display FIDL API) has a typename that
could be confused with other display coordinator / driver concepts.
Also it should be a bitfield instead of an enum.

This change renames the type to "ClientCompositionOpcode" and fixes
the type expression in banjo API.

Also CheckConfiguration() should return an array of "Client" bitfields
instead of array of uint32. This changes the return value type as well.

Test: no binary change.
Original-Bug: 130426
Original-Bug: 130427
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/882740
Original-Revision: 96c7ddec91ca4506ab7d96efd1f0428609e06799
GitOrigin-RevId: b743960db115b7d6e84aab24a72c24f588444d59
Change-Id: I7c34c9de00ef61865d344ea72cba5b1b44adba0a
1 file changed
tree: e9d6ce28cb05405c9624bd3fee99a6fe2025b093
  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.