[roll] Roll fuchsia [intel-i915] Use zx::unowned_resource to create AcpiMemoryRegion.

This replaces the zx_device_t* argument in the AcpiMemoryRegion
factory function with a zx::unowned_resource that refers to the
kernel MMIO resource. This removes the dependency on DFv1 types and
functions from IgdRegion and AcpiMemoryRegion.

Test: no behavior change expected.
Test: intel-i915-test
Original-Bug: 339114729
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1072778
Original-Revision: 02173532aa0239d9be0173a51f82c538071f5691
GitOrigin-RevId: 67d8f7032ab0af1dd825c48e907292971c293792
Change-Id: I4fc288a8a7b26f735db240356c86ff3d5384b98c
1 file changed
tree: f48f0f1104480c71577237b3875670f7f28a8666
  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.