[roll] Roll fuchsia Reland "[intel-i915] Use OnDisplayAdded() and OnDisplayRemoved()."

This is a reland of commit 40d05ef7cb1aaf551fcdc10065bbe21892de1a3e

Original change's description:
> [intel-i915] Use OnDisplayAdded() and OnDisplayRemoved().
>
> This change replaces the OnDisplaysChanged() event with
> OnDisplayAdded() and OnDisplayRemoved() on display initialization
> and display hotplug events.
>
> Test: on core.x64 on Intel NUC11:
>
>       (1) Boot NUC11 with an HDMI display plugged in.
>           virtcon and "display-tool squares" worked.
>       (2) Unplug the display.
>           Saw "Display disconnected!" in syslog.
>       (3) Plug in the same HDMI display again.
>           Saw "Display connected!" in syslog.
>           "display-tool squares" worked.
>
> Test: on core.x64 on Intel NUC11:
>
>       (1) Boot NUC11 without any displays plugged in.
>       (2) Plug in the HDMI display.
>           Saw "Display connected!" in syslog.
>
> Original-Bug: 339311596
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1045420

Original-Bug: 339311596
Cq-Include-Trybots: luci.turquoise.global.try:run-postsubmit-tryjobs
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1046522
Original-Revision: 207f2efccf94c59f10cccd85cc9d469e31fcdad3
GitOrigin-RevId: fe12edd3c904675bd0456fbed354673f2a17041e
Change-Id: I4634e17ee7ca69a702f7ec8b9a928ee136c21e52
1 file changed
tree: ff56922ebadc5aecb6be346afdbfb57dab230b4d
  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.