[roll] Roll fuchsia Reland "[amlogic-display] Replace display_mode_t with display::DisplayTiming."
This is a reland of commit 3f491e17f244eb29dca447f96c6f27a673f5b3e3
A previous version of the commit incorrectly stored the display_mode_t
in AmlogicDisplay and did memcpy between a display_mode_t and
a display::DisplayTiming struct. The display kept performing
modeset and was not able to display anything. This reland fixes
this issue.
Besides this change also renames most occurrences of DisplayTiming
in function arguments from "mode" to "timing" so that the argument type
is more clear.
Test: display-test on VIM3 with MIMO display
Original change's description:
> [amlogic-display] Replace display_mode_t with
> display::DisplayTiming.
>
> This replaces the banjo type "display_mode_t" which should be only used
> for inter-driver communication with api-types-cpp type display::
> DisplayTiming.
>
> Test: no-op expected. amlogic-display-test passed.
> Test: display-tool squares 1 on VIM3 with MIMO HDMI display.
> Original-Fixed: 132603
> Original-Bug: 128704
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/926574
Original-Bug: 128704
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/932433
Original-Revision: b4e789c64637a04c8a2eb1415d5dd3ea4de19b5d
GitOrigin-RevId: 0d88722f9396a0ac685fe02a9e3db8f5dad4df85
Change-Id: I4c177d6b3f00d201760cb8f06ed6234c7452bbf3
diff --git a/stem b/stem
index f3bb5ae..04e8898 100644
--- a/stem
+++ b/stem
@@ -11,7 +11,7 @@
githooks="integration/git-hooks"
remote="https://fuchsia.googlesource.com/fuchsia"
gerrithost="https://fuchsia-review.googlesource.com"
- revision="3a758c0174f44340fbfc9c0b2db9a7bf82812a0d"/>
+ revision="b4e789c64637a04c8a2eb1415d5dd3ea4de19b5d"/>
</projects>
<hooks>
<hook name="install-environment"