[roll] Roll fuchsia [dsi-dw] Fix payload size check on DCS write commands.
On DCS (Display Command Set) write commands, the payload can be
only 1 or 2 bytes. The first byte is the DCS command; the second
(optional) byte is the parameter.
This fixes the payload size check for DCS write commands, so that
it didn't reject correct commands.
Test: fx shell display-tweak panel --power off
fx shell display-tweak panel --power on
on VIM3 w/ TS050 touchscreen, driver doesn't crash.
on Nelson, LCD turned off/on correctly.
Original-Bug: 125229
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/832751
Original-Revision: d8e9dda6b9ab33618d194465b3c2d900e8fb427a
GitOrigin-RevId: 72387e84ad1025efad06f8b625eb5212cb115fd5
Change-Id: Id12904019314ea9b109fd67afaddf5c259ebfbb3
diff --git a/stem b/stem
index f428541..ba97cc9 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="585fae2292283f525ff3180dac08a054653c3f4d"/>
+ revision="d8e9dda6b9ab33618d194465b3c2d900e8fb427a"/>
</projects>
<hooks>
<hook name="install-environment"