[PATCH v2 0/3] drm: panel: add support lincolntech LCD197 panel
Jerome Brunet
jbrunet at baylibre.com
Wed Jun 26 14:22:06 UTC 2024
This patchset adds support for the Lincolntech LCD197 1080x1920 DSI panel.
Changes since v1 [1]:
* Rebased on drm-misc-next
* Drop vendor prefix change (lincolntech recently added)
* Use mipi_dsi_dcs_*multi()
* Drop the shutdown callback
* Insert mipi_dsi_usleep_range() for _multi usage as suggested.
* Downcase hexadecimal values
[1]: https://lore.kernel.org/lkml/20240625142552.1000988-1-jbrunet@baylibre.com
Jerome Brunet (3):
dt-bindings: panel-simple-dsi: add lincoln LCD197 panel bindings
drm/mipi-dsi: add mipi_dsi_usleep_range helper
drm/panel: add lincolntech lcd197 support
.../display/panel/panel-simple-dsi.yaml | 2 +
drivers/gpu/drm/panel/Kconfig | 11 +
drivers/gpu/drm/panel/Makefile | 1 +
.../gpu/drm/panel/panel-lincolntech-lcd197.c | 262 ++++++++++++++++++
include/drm/drm_mipi_dsi.h | 7 +
5 files changed, 283 insertions(+)
create mode 100644 drivers/gpu/drm/panel/panel-lincolntech-lcd197.c
--
2.43.0
More information about the dri-devel
mailing list