[roll] Roll fuchsia [intel-display] Enforce that DisplayDevice::controller_ is never null.

This CL helps investigate asan failures encountered by recent CLs to
intel-display drivers.

A future CL may switch the type of the data member (and corresponding
accessor) from Controller* to Controller&, to better document the
nullability.

Test: fx test //src/graphics/display/drivers/intel-display
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1183932
Original-Revision: e6c5e83ecdb3141b7a7e9ae14e488c39af91e4fe
GitOrigin-RevId: 175e0e52a2885a56b99fdd3671fada4dcae42f22
Change-Id: I3c4e67fe36c12446b0ee3020dc965fd53fdb0a1e
1 file changed
tree: 74b878b15da1d1bf86aaf677d9ec42437b867bf1
  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 in one of the communication channels documented at get involved.

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.