[roll] Roll fuchsia [intel-i915-tgl] Refactor Pipe initialization code.

On new Intel platforms (ICL, TGL), the Pipe-DisplayDevice
mapping needs to be initialized before DP training and
display buffer setup. This change modifies the Pipe
initialization logic to make it easier for gen12 device
support:

- Adds a new class `PipeManager` (and its SKL instantiation
  `SklPipeManager`) which DisplayDevice can use to request
  a pipe on initialization and return the pipe on unplug.

  This will simplify our existing Pipe reallocation logic and
  for convenience, pipes will have fixed buffer allocation range
  which doesn't change if pipe is temporarily turned off.

- Removes ResetPipe() and ResetTrans() from Controller to reduce
  the dependency loop.

Original-Bug: 83998
Original-Bug: 95863
Original-Bug: 102095
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/692028
Original-Revision: dfa6fac753a730d687ff0919566794ec4defe8af
GitOrigin-RevId: bba5ffd6b77576462b4ffdc1aff08fd88e454d5c
Change-Id: I8832ca9759eee4fa7234eeb22b78f4c1b38a5bad
1 file changed
tree: a048a6038179a91e0f9b79964cf896386d982fcd
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.