]> Gentwo Git Trees - linux/.git/commit
Merge tag 'exynos-drm-next-for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel...
authorDave Airlie <airlied@redhat.com>
Tue, 16 Sep 2025 00:35:41 +0000 (10:35 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 16 Sep 2025 00:35:52 +0000 (10:35 +1000)
commit5770495279d79514989b00fe9ef0ff487bf2e54e
treef580a6f65bdd618e4ab492fa621f074b13708ed1
parent35106dd36c244b03a13f12c8d832e5e065bb274a
parent472df181d7c4c732d5c5b98d506d1902e7580acb
Merge tag 'exynos-drm-next-for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next

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.

Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Inki Dae <inki.dae@samsung.com>
Link: https://lore.kernel.org/r/20250915113543.51294-1-inki.dae@samsung.com