[roll] Roll fuchsia [display][banjo] Remove Banjo-only attributes from engine driver API.

This CL removes the following Banjo-only attributes:

* the @inner_pointer attribute from the DisplayConfig vectors passed to
  CheckConfiguration() and ApplyConfiguration()
* the @out_of_line_contents attribute from the DisplayConfig structure

This brings the display engine driver Banjo interface in line with the
upcoming FIDL interface. This is also a step towards decoupling the
Display Coordinator's internal representation from the interface with
the display engine drivers.

Original-Bug: 314126494
Test: Booted core.qemu-x64 using ffx emu start --engine qemu
Test: ffx target ssh display-tool squares
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1031894
Original-Revision: 34a5a0d71592b5ff659775983cb1eedaf1b67e6a
GitOrigin-RevId: e0a58858df9cf2756f01e4e564823b9289c23402
Change-Id: I49ec3a99567e61abdd49408e14ced2a1e1a32b8e
1 file changed
tree: 8abd8335e73e5e9e0124a78ee8f114838b6c1cb6
  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 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.