drm/panel: Enable DSI transactions on the RPi panel.
authorEric Anholt <eric@anholt.net>
Tue, 31 Oct 2017 19:32:58 +0000 (12:32 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 30 Apr 2018 20:57:13 +0000 (13:57 -0700)
commit3481fe768faeae3f1d2a929e401748893460d82e
treece5bcb6e3dba9c312c922801bb86ff05f857f94d
parent1825067e2b49c984d4b1a77f3720a7ae2576d226
drm/panel: Enable DSI transactions on the RPi panel.

It turns out that I had just mistaken what type of write the register
writes were supposed to be, using DCS instead of generic long writes.

Switching to transactions instead of using the atmel as a bridge also
seems to resolve the sparkling pixels problem I've had.

Signed-off-by: Eric Anholt <eric@anholt.net>
Fixes: 2f733d6194bd ("drm/panel: Add support for the Raspberry Pi 7" Touchscreen.")
Link: https://patchwork.freedesktop.org/patch/msgid/20171031193258.17373-2-eric@anholt.net
Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com>
Acked-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c