[GIT PULL] exynos-drm-next
대인기/Tizen Platform Lab(SR)/삼성전자
inki.dae at samsung.com
Mon Sep 9 00:33:23 UTC 2024
Hi Dave and Daniel,
There was my mistake. One patch not related to Exynos was included to this
PR.
I will resend it again.
Thanks,
Inki Dae
> -----Original Message-----
> From: Inki Dae <daeinki at gmail.com> On Behalf Of Inki Dae
> Sent: Friday, September 6, 2024 6:14 PM
> To: airlied at linux.ie; daniel at ffwll.ch
> Cc: dri-devel at lists.freedesktop.org; linux-samsung-soc at vger.kernel.org
> Subject: [GIT PULL] exynos-drm-next
>
> Hi Dave and Daniel,
>
> Just three cleanups and one fixup.
>
> Please kindly let me know if there is any problem.
>
> Thanks,
>
>
> The following changes since commit
> b1aa0491fad27f030c94ed42c873c3f46f5e7364:
>
> drm/xe: Fix merge fails related to display runtime PM (2024-09-02
> 14:14:07 +0200)
>
> 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.12
>
> for you to fetch changes up to 94ebc3d3235c5c516f67315059ce657e5090e94b:
>
> drivers:drm:exynos_drm_gsc:Fix wrong assignment in gsc_bind() (2024-09-
> 06 16:08:30 +0900)
>
> ----------------------------------------------------------------
> Three cleanups
> - Drop stale exynos file pattern from MAINTAINERS file
> The old "exynos" directory is removed from MAINTAINERS as Samsung Exynos
> display bindings have been relocated. This resolves a warning
> from get_maintainers.pl about no files matching the outdated directory.
>
> - Constify struct exynos_drm_ipp_funcs
> By making struct exynos_drm_ipp_funcs constant, the patch enhances
> security
> by moving the structure to a read-only section of memory.
> This change results in a slight reduction in the data section size.
>
> - Remove unnecessary code
> The function exynos_atomic_commit is removed as it became redundant
> after a previous update. This cleans up the code and eliminates
> unused function declarations.
>
> One fixup
> - Fix wrong assignment in gsc_bind()
> A double assignment in gsc_bind() was flagged by the cocci tool and
> corrected to fix an incorrect assignment, addressing a potential issue
> introduced in a prior commit.
>
> ----------------------------------------------------------------
> Christophe JAILLET (1):
> drm/exynos: Constify struct exynos_drm_ipp_funcs
>
> Krzysztof Kozlowski (1):
> dt-bindings: MAINTAINERS: drop stale exynos file pattern
>
> Kwanghoon Son (1):
> drm/exynos: Remove unnecessary code
>
> Simona Vetter (1):
> MAINATINERS: update drm maintainer contacts
>
> Yuesong Li (1):
> drivers:drm:exynos_drm_gsc:Fix wrong assignment in gsc_bind()
>
> .mailmap | 4 ++++
> Documentation/gpu/introduction.rst | 10 ++++-----
> Documentation/gpu/todo.rst | 34 +++++++++++++++----------
----
> -
> MAINTAINERS | 7 +++---
> drivers/gpu/drm/exynos/exynos_drm_drv.h | 4 ----
> drivers/gpu/drm/exynos/exynos_drm_fimc.c | 2 +-
> drivers/gpu/drm/exynos/exynos_drm_gsc.c | 4 ++--
> drivers/gpu/drm/exynos/exynos_drm_scaler.c | 2 +-
> 8 files changed, 33 insertions(+), 34 deletions(-)
More information about the dri-devel
mailing list