[roll] Roll fuchsia [starnix][remote_binder] Coalesce FileRequests

During a Binder transaction, we can coalesce multiple FileRequests
together in order to reduce the number of FIDL calls made.

This reduces the amount of time spent processing fences within the
graphics_composer HAL. In a single transaction this reduces the time
spent from 300us to 30us.

Before: https://screenshot.googleplex.com/45JzsKaGvcDWnjc
After:  https://screenshot.googleplex.com/5bFn4Y4CNhvupEJ

Original-Bug: 279766373
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1277864
Original-Revision: 937de9e290e9214fba2d96a9feb37c40635b2efd
GitOrigin-RevId: 3f81acd6c54ef111518063ae4ad0f4a31e91ef9a
Change-Id: Ib16c5eecf5d036f48e324f4b190eda589f87ca8e
1 file changed
tree: c7c6ed3304ac4a93f81153c524ef5abe3eadfc27
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.