[roll] Roll fuchsia [display] Remove preferred-scanout-image-type header.

Previously, the fake display stack accepted an architecture-specific
preferred scanout image type in addition to linear tiling. This CL
removes the `preferred-scanout-image-type.h` header and changes the
fake display to only accept linear tiling.

This simplifies the fake display implementation as it no longer needs
to handle platform-specific tiling types that were previously used as a
stopgap.

Test: fx test fake-display-unittests
Original-Bug: 503807786
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1577712
Original-Revision: eaec2ef20802e22395af22517cbebdc9a190c63a
GitOrigin-RevId: 583d9947a45f1fd17c0e5abf28c6d32459dfd9a9
Change-Id: Ib9176f8486568728f647c97200ecaef72828b33c
1 file changed
tree: 1036f0c42dc13174eb594c63c821d91c6b0637ea
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.