[roll] Roll fuchsia [intel-i915] Use SystemPowerState in IntelDisplayDriver and Controller
to describe power state transition.

Previously the driver used ddk macros DEVICE_SUSPEND_REASON_* to
describe the reason of driver suspension. This change replaces these
ddk macros with FIDL enums defined in fuchsia.device.manager/
SystemPowerState.

Test: intel-i915-test
Test: intel-i915-dfv2-tests
Test: core.x64 booted on NUC11
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1077053
Original-Revision: 89f891614572abefc5c2af0745a6caa05277bcab
GitOrigin-RevId: 478b18fb5ca92e45fe9be56bc950c69d6f5d93a2
Change-Id: Ic8eb72a24d2fe64c2542ee524a92efc47954a18a
1 file changed
tree: c3ed2e31c9af7d5841e889a570f7d2efaea6001b
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.