drm/panel: Add driver for JDI LPM102A188A
authorDiogo Ivo <diogo.ivo@tecnico.ulisboa.pt>
Mon, 7 Aug 2023 13:33:02 +0000 (14:33 +0100)
committerNeil Armstrong <neil.armstrong@linaro.org>
Wed, 16 Aug 2023 16:54:42 +0000 (18:54 +0200)
commit25205087df1ffe06ccea9302944ed1f77dc68c6f
treef359db043cf7a3028b0295e03c629ec07b5c7559
parenta913a739ab6e6ef10c0c47cb85dd4a105b3d9df7
drm/panel: Add driver for JDI LPM102A188A

The JDI LPM102A188A is a 2560x1800 IPS panel found in the Google Pixel C.
This driver is based on the downstream GPLv2 driver released by Google
written by Sean Paul [1], which was then adapted to the newer kernel APIs.

[1]: https://android.googlesource.com/kernel/tegra/+/refs/heads/android-tegra-dragon-3.18-oreo/drivers/gpu/drm/panel/panel-jdi-lpm102a188a.c

Signed-off-by: Diogo Ivo <diogo.ivo@tecnico.ulisboa.pt>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230807133307.27456-3-diogo.ivo@tecnico.ulisboa.pt
drivers/gpu/drm/panel/Kconfig
drivers/gpu/drm/panel/Makefile
drivers/gpu/drm/panel/panel-jdi-lpm102a188a.c [new file with mode: 0644]