linux-stable/drivers/gpu/drm/mcde
Linus Walleij 88537ddbbe drm/mcde: Fix DSI transfers
There were bugs in the DSI transfer (read and write) function
as it was only tested with displays ever needing a single byte
to be written. Fixed it up and tested so we can now write
messages of up to 16 bytes and read up to 4 bytes from the
display.

Tested with a Sony ACX424AKP display: this display now self-
identifies and can control backlight in command mode.

Reported-by: kbuild test robot <lkp@intel.com>
Fixes: 5fc537bfd0 ("drm/mcde: Add new driver for ST-Ericsson MCDE")
Reviewed-by: Stephan Gerhold <stephan@gerhold.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190903170804.17053-1-linus.walleij@linaro.org
2019-09-04 22:05:34 +02:00
..
Kconfig
Makefile
mcde_display.c drm/mcde: Fix an uninitialized variable 2019-06-13 11:55:23 +02:00
mcde_display_regs.h
mcde_drm.h
mcde_drv.c drm/mcde: Fix uninitialized variable 2019-06-25 00:10:24 +02:00
mcde_dsi.c drm/mcde: Fix DSI transfers 2019-09-04 22:05:34 +02:00
mcde_dsi_regs.h