[roll] Roll fuchsia [display] Move utils to standalone library.

This CL does not introduce any new code. All utilities are moved from
util/ directories in existing drivers. The drivers themselves are
modified to use the headers and classes/functions in the library.

Updating driver usage includes adding the display:: namespace qualifier
to the classes and functions that are now in the library. This accounts
for the vast majority of the driver changes.

Original-Bug: 359960626
Test: fx test //src/graphics/display/lib/driver-utils
Test: fx test //src/graphics/display/drivers
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1151373
Original-Revision: 565e443d67a8b7b61b1ee7f8e752be329a358d9e
GitOrigin-RevId: ae82041f547673fd2413158711fad18353be6a2f
Change-Id: Iaffab6a03946207c18cf8f0ae24ba4fb86a11d98
1 file changed
tree: bc6af8a32730203129a228cee4858b698f9948ba
  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.