[roll] Roll fuchsia [msd-arm-mali] Add flag to coalesce atom notifications

As a small optimization, the ICD may not need to know about all atom
completions immediately, because it only depends on the actions of
later atoms. When the ICD sets a flag to allow coalescing, atom
notifications may be delayed until a non-coalesced atom needs to be
notified. This improves batching of work and can reduce unnecessary
process context switches.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/878692
Original-Revision: 1fbca4a8a07f837d7e3be59ae3b31b9288117829
GitOrigin-RevId: 4dbfddb28698993a612a841715e70b344dc97ac5
Change-Id: I608ac4c595a1663588a2ebf0517cc624936db97b
1 file changed
tree: 2b92984fa7f56eaf09c0adb30bb97c20dccc1e58
  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.