[roll] Roll fuchsia [intel-i915-tgl] Move PCH registers out of registers.h.

This CL moves the PCH display engine register definitions (almost 400
lines of code) from registers.h to a newly created registers-pch.h. This
is intended to help readability, as these register definitions are only
interesting when working on the PCH display engine functionality.

This CL does not introduce any functional changes. The register
definitions are copied without any modification.

Tested: fx test intel-i915-tgl-test.cm
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/732943
Original-Revision: 540cec22fc50511f72d1a747ff29a7e33fc92415
GitOrigin-RevId: cf0ccfeba78c020e688cff2f91a10850402a527a
Change-Id: I2d0dd788912cd90c41a584747a72877abc4dc7ee
1 file changed
tree: 40138d5f89c0d45878c8ef770e8b578a71d4b4c8
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.