[roll] Roll fuchsia [intel-i915-tgl] Always reset active transcoder and scaler when resetting pipes.

When the driver resets the pipe panels, it should call
ResetActiveTranscoder() and reset the pipe scaler (i.e.
panel fitter) subsequently. This change merges these three
reset procedures together to Pipe::Reset().

Tested: Display hotplug / unplug (with other fixes) on NUC11
Original-Bug: 109368

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/734083
Original-Revision: 2e9c292738d09b39370942c90b2d330bbd7ccd42
GitOrigin-RevId: 03975dcd678d936792c7a5f68f8d11f6b8340fa5
Change-Id: I711bcaeb5ff58ad12aa60950edf0122a2be089e5
1 file changed
tree: e8aec56768d7337f06f4a912672e24532ad76aba
  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.