This patchset is trying to fix problems seen on S905X boards when interfacing with an ILI9486 equipped SPI panel. The color corruption and the performance issues are actually due to two different problems in the SPICC driver and in the ILI9486 tiny DRM driver. We try to fix both in the same patcheset to be able to correctly use the SPI panel again. To: Kamlesh Gurudasani <kamlesh.gurudasani@xxxxxxxxx> To: David Airlie <airlied@xxxxxxxxx> To: Daniel Vetter <daniel@xxxxxxxx> To: Mark Brown <broonie@xxxxxxxxxx> To: Neil Armstrong <neil.armstrong@xxxxxxxxxx> To: Kevin Hilman <khilman@xxxxxxxxxxxx> To: Jerome Brunet <jbrunet@xxxxxxxxxxxx> To: Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx> Cc: dri-devel@xxxxxxxxxxxxxxxxxxxxx Cc: linux-kernel@xxxxxxxxxxxxxxx Cc: linux-spi@xxxxxxxxxxxxxxx Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx Cc: linux-amlogic@xxxxxxxxxxxxxxxxxxx Signed-off-by: Carlo Caione <ccaione@xxxxxxxxxxxx> --- Carlo Caione (3): drm/tiny: rpi-lcd-35: Enable driver module autoloading drm/tiny: ili9486: Do not assume 8-bit only SPI controllers spi: meson-spicc: Lower CS between bursts drivers/gpu/drm/tiny/ili9486.c | 14 ++++++++++---- drivers/spi/spi-meson-spicc.c | 6 ++++++ 2 files changed, 16 insertions(+), 4 deletions(-) --- base-commit: 15f3bff12cf6a888ec2ad39652828c60e6836b3d change-id: 20221116-s905x_spi_ili9486-aed54ff3cb21 Best regards, -- Carlo Caione