]> Git Repo - linux.git/commit
Merge tag 'exynos-drm-next-for-v6.13' of git://git.kernel.org/pub/scm/linux/kernel...
authorDave Airlie <[email protected]>
Tue, 5 Nov 2024 02:59:45 +0000 (12:59 +1000)
committerDave Airlie <[email protected]>
Tue, 5 Nov 2024 02:59:52 +0000 (12:59 +1000)
commit086ed1d51544bfc1123b93eccc2ae88e0fbf3d51
tree9d34d69b4301ed7fb4a6d8b6dd39c0182bba8da3
parentfb6c5b1fdc03a61bcd0ac716dc8597fc97d00da5
parent53f4b30b05b2a9db6988cb71a785837ee64d2524
Merge tag 'exynos-drm-next-for-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next

New feature
- Add Decon driver support for Exynos7870 SoC
  . This patch adds driver data and support for Exynos7870 SoC
    in the Exynos7 Decon driver

Bug fixups for exynos7_drm_decon.c module
- Properly clear channels during bind
  . This patch implements shadow protection/unprotection to clear
    DECON channels properly, preventing kernel panic
- Fix ideal_clk by converting it to HZ
  . This patch corrects the clkdiv values by converting ideal_clk to Hz
    for consistency
- Fix uninitialized crtc reference in functions
  . This patch modifies functions to accept a pointer to
    the decon_context struct to avoid uninitialized references

Cleanups
- Remove unused prototype for crtc
  . This patch removes unused prototypes
      exynos_drm_crtc_wait_pending_update
      exynos_drm_crtc_finish_update
- And just typo fixup

Signed-off-by: Dave Airlie <[email protected]>
From: Inki Dae <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
This page took 0.05684 seconds and 4 git commands to generate.