[roll] Roll fuchsia [intel-i915-tgl] Wait for DDI IO power state update when disabling DDI power.

When the driver resets DDI IO power well, the driver must wait
for the power state to get updated before proceeding to the next
step (disabling PLL etc.). This step is not documented in PRM but
it occurs in BSD drm/i915 driver and the hardware may crash without
this step.

This change also fixes a bug when waiting for AUX IO power state
update on display device disconnection.

Original-Bug: 109368
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/734045
Original-Revision: c6606d3ab3a967e944f6aa9f78ea3946a22edbc6
GitOrigin-RevId: 8f140ec0783c13db562c4da391104f871b5e7383
Change-Id: Ic0095429a63161452bbc8e3db1dc8dd46d6c2e57
1 file changed
tree: 5c134ff36d4a5eb74c8ce6f5e35d53d8c7ba12bf
  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.