[roll] Roll fuchsia [display][simple] Extract DFv1 driver interface from SimpleDisplay.
This change extracts the driver interface (SimpleDisplayDriver) from
SimpleDisplay. SimpleDisplay is now compatible with both DFv1 and DFv2.
SimpleDisplayDriver is a class that interfaces between the driver and
the driver framework. Drivers need to implement methods that configure
the hardware and acquire hardware resources (for example, framebuffer
MMIO buffer) and hardware properties (display width, height, and color
format).
This makes it easier to migrate all the driver classes to DFv2.
Test: core.x64 booted on (1) NUC11 w/o intel-i915 (2) fx qemu -g
--no-virtio.
Original-Bug: 348907038
Original-Bug: 348896037
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1069683
Original-Revision: 624ad5f372fc4e1c480dc3f1b1039fbb6fdeefb7
GitOrigin-RevId: 09d9da89f2048f213625ab9eeb68e105bee07e28
Change-Id: Id47004fd66ba092acdaec19410508054d08ae106
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.