[roll] Roll fuchsia [display][banjo] Set constraints / import images using collection_id.

This adds the following methods to display controller banjo:

ImportImage2(image, collection_id, index) -> (status);
ImportImageForCapture2(collection_id, index) -> (status);
SetBufferCollectionConstraints2(collection_id, constraints) -> (status);

These methods will replace the old ones that takes an unowned
BufferCollection channel as input, and will use the imported
BufferCollection clients instead.

Currently none of the drivers have implemented these methods;
implementation will be in a separate CL.

Test: API change only; no-op.
Original-Bug: 121411
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/803773
Original-Revision: 8c7af0c888a265f30e3c73ddf88d4eac1139c81a
GitOrigin-RevId: 227ad8612b76613755b91d9fe5d5eecc4524d608
Change-Id: I57f85505f5f649740dcd33cb0d743946873ec90e
1 file changed
tree: 8e173976e5eed089257ef0f3a698bade14a5d266
  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.