[roll] Roll fuchsia [dma-buffer] enable uncached contiguous buffers

Zircon has supported multi-page contiguous uncached VMOs for several
years, but the dma-buffers BufferFactory did not provide access to the
functionality.

This change adds a bool, much like on BufferFactory::CreatePaged, to
enable or disable caching on new ContiguousBuffers. As this is a
signature change, all callers are updated to call with caching enabled
-- the prior default.

Original-Bug: 409561709
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1249004
Original-Revision: 534355df1168bfa8bd2bc937fef4a6210ec04010
GitOrigin-RevId: f392551dbe33146d332850dd76c4232041b32daf
Change-Id: Ifc7c8a33cd22d3e3024c768b38fb8c3916487045
1 file changed
tree: 1cdb115ee9758d2df76a8783dc9f68bf69476a31
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.