[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
1 file changed
tree: 213e320ade96061baedb5ed95358f9c9ccf33e90
  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.