[roll] Roll fuchsia [amlogic-display][dsi][clock] Do not use the hardcoded PLL / DSI clock
ratio for LCD panels.

Some LCD panel vendors provided hardcoded PLL / DSI clock ratios
for their LCD panels, while some used automatically calculated
clock ratios.

Since the calculated clock ratios always match the hardcoded values,
this change removes all the hardcoded values and make all displays
to use the automatically calculated values.

This change also adds a test to verify that the calculated clock
ratio matches the original hardcoded values for the affected display
panels.

Test: added PllTimingHdmiPllClockRatioCalculatedCorrectly to clock-test
Test: core.astro, core.nelson and core.sherlock booted (using the
      affected panels)
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/970959
Original-Revision: 4ed7b86f05474a5c12114516ae18b7e5e4f8cdeb
GitOrigin-RevId: ff7ca94efc4388037f5fbbe86d045a29db43a20c
Change-Id: I580a435a9fba20f0862ee8e1282178b4752cf948
1 file changed
tree: 692f2ed636e4d3d0e07a8ce4243dfc12d90d6eb1
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.