Hi Dave and Daniel, Add Exynos7870 SoC support to Exynos DSI driver and a bug fixup.
Please kindly let me know if there is any problem. Ps. This PR depends on the following PR being merged first: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos tags/exynos-drm-misc-next-for-v6.18 Thanks, Inki Dae The following changes since commit 7ebef12d0c9411c1362cb22c4449747893b7ed2c: Merge tag 'exynos-drm-misc-next-for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into exynos-drm-next (2025-09-14 12:30:31 +0900) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos tags/exynos-drm-next-for-v6.18 for you to fetch changes up to 6a3ac4a08be247d6ebd5da13237aec4898a2c4a4: drm/exynos: dsi: add support for exynos7870 (2025-09-14 12:31:47 +0900) ---------------------------------------------------------------- New feature - Add glue layer support for Exynos7870 DSIM in Exynos DSI driver . Introduces Exynos7870 DSIM bridge integration at Exynos DRM DSI layer. Bug fixups for exynos7_drm_decon.c module - Remove redundant ctx->suspended state handling . Cleans up unused state check logic as call flow is now correctly managed. . Fixes an issue where decon_commit() was blocked from decon_atomic_enable() due to incorrect state setting. ---------------------------------------------------------------- Kaustabh Chakraborty (3): dt-bindings: display: samsung,exynos7-decon: document iommus, memory-region, and ports drm/exynos: exynos7_drm_decon: remove ctx->suspended drm/exynos: dsi: add support for exynos7870 .../display/samsung/samsung,exynos7-decon.yaml | 21 +++++++++++++ drivers/gpu/drm/exynos/exynos7_drm_decon.c | 36 ---------------------- drivers/gpu/drm/exynos/exynos_drm_dsi.c | 9 ++++++ 3 files changed, 30 insertions(+), 36 deletions(-)