[roll] Roll fuchsia [amlogic-display][dsi] Use correct units for video timings.

The Designware MIPI DSI Host Controller Databook states that all
the registers configuring the horizontal timings (horizontal sync
width, horizontal back porch and horizontal total) use "lanebyteclk
cycles" as their units.

However, previously the amlogic-display driver used number of pixels
for these timing registers.

This change fixes the issue by converting the number of pixels to
lane byte clock cycles first before setting the register values.

Test: Booted core.nelson, core.astro and core.sherlock
      with kernel argument
      driver.amlogic_display.full_hardware_reset=true.
Original-Fixed: 328088211
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1001473
Original-Revision: 7e0e400077dfa0acd91d48c4cacdf0988446aad1
GitOrigin-RevId: 93af75aa3ba31ddeac4dff1078eeaaae73ec8f74
Change-Id: I768d8acaa8b40f4b9822b1313deb41d0d2bb382f
1 file changed
tree: e9baebc36a227fe99f2b1b6b035c8bcd7caf1c57
  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.