[roll] Roll fuchsia [amlogic-display][dsi] Replace dsi_config_t with DsiHostControllerConfig.

This replaces the dsi_config_t and designware_config_t structs created
by the DsiHost instance with a designware_dsi::DsiHostControllerConfig
struct.

This change also deletes the old Config() method that takes a
dsi_config_t as its argument.

Test: core.nelson booted with kernel argument
      driver.amlogic_display.full_hardware_reset=true
Original-Bug: 319379442
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1003825
Original-Revision: 462a355ae5e6ae97d9ace3d5473179901341a371
GitOrigin-RevId: 30a90728b0ffa4977ce0b7eab59e0479acea2b7f
Change-Id: Ibc5524526a50de372ac926739958f56002df7e4a
1 file changed
tree: 2fff62ed872d4e6a9b5fe3c257ef4f8f9afb99df
  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.