commit | 3eff7f2dda12f684d6515c602766d662b924acc5 | [log] [tgz] |
---|---|---|
author | Yilong Li <liyl@fuchsia.infra.roller.google.com> | Fri Feb 24 04:54:39 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Feb 23 20:56:06 2023 -0800 |
tree | 8e173976e5eed089257ef0f3a698bade14a5d266 | |
parent | cae93ad69a221bb4241bd6cbdca651404efe7b36 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.