]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'exynos-drm-next-for-v6.8' of git://git.kernel.org/pub/scm/linux/kernel...
authorDave Airlie <airlied@redhat.com>
Wed, 13 Dec 2023 01:01:30 +0000 (11:01 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 13 Dec 2023 01:01:40 +0000 (11:01 +1000)
commit3c2eb7806f641f2516d8265bdc324bfc680cc5ed
tree9809749208fd07ed284e8e2c01cd0666df263da6
parentc1ee197d64f49c9e2a6c8e6a168083c411c1362c
parentead5a41c8f8a13ad7b1c9fd2d7edb1ea909b777f
Merge tag 'exynos-drm-next-for-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next

One bug fix
- Add a missing call to drm_atomic_helper_shutdown() in Exynos DRM
driver.

  This function is necessary during system shutdown and when the driver
  is unbound. Without this function, components like panels may not shut
  down properly, potentially leading to power issue as mentioned in the
  kernel documentation, specially in the "driver instance overview"
  secstion of 'drm_drv.c'.

Two cleanups
- Convert '.remove()' callback function in the Exynos DRM platform
  driver to a version that returns void instead of an integer.
- Change connector type of exynos_drm_dpi.c module to DPI.

Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Inki Dae <inki.dae@samsung.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231212051134.48524-1-inki.dae@samsung.com