The s6e3ha8 is a 1440x2960 DPI AMOLED display panel from Samsung Mobile Displays (SMD) Signed-off-by: Dzmitry Sankouski <dsankouski@xxxxxxxxx> --- Changes in v6: - add new patch with mipi_dsi_compression_mode_multi function - Link to v5: https://lore.kernel.org/r/20240926-starqltechn_integration_upstream-v5-0-1cb0e43e623f@xxxxxxxxx Changes in v5: - Split patchset per subsystem - Link to v4: https://lore.kernel.org/r/20240913-starqltechn_integration_upstream-v4-0-2d2efd5c5877@xxxxxxxxx --- Dzmitry Sankouski (3): drm/mipi-dsi: add mipi_dsi_compression_mode_multi dt-bindings: panel: add Samsung s6e3ha8 drm/panel: Add support for S6E3HA8 panel driver Documentation/devicetree/bindings/display/panel/samsung,s6e3ha8.yaml | 75 +++++++++++++++++++++ MAINTAINERS | 6 ++ drivers/gpu/drm/drm_mipi_dsi.c | 16 +++++ drivers/gpu/drm/panel/Kconfig | 7 ++ drivers/gpu/drm/panel/Makefile | 1 + drivers/gpu/drm/panel/panel-samsung-s6e3ha8.c | 342 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ include/drm/drm_mipi_dsi.h | 2 + 7 files changed, 449 insertions(+) --- base-commit: 58ca61c1a866bfdaa5e19fb19a2416764f847d75 change-id: 20240617-starqltechn_integration_upstream-bc86850b2fe3 Best regards, -- Dzmitry Sankouski <dsankouski@xxxxxxxxx>