diff options
author | Dave Airlie <airlied@redhat.com> | 2024-09-11 05:05:37 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2024-09-11 05:21:22 +0200 |
commit | a436c77ea26b0c4e9593a8b972eb2b6aca8c7da1 (patch) | |
tree | 635a9bde3a95a96dde86ab3bc5cf1af23450d9e9 /drivers/platform/x86/amd | |
parent | Merge tag 'amd-drm-next-6.12-2024-09-06' of https://gitlab.freedesktop.org/ag... (diff) | |
parent | drivers:drm:exynos_drm_gsc:Fix wrong assignment in gsc_bind() (diff) | |
download | linux-a436c77ea26b0c4e9593a8b972eb2b6aca8c7da1.tar.xz linux-a436c77ea26b0c4e9593a8b972eb2b6aca8c7da1.zip |
Merge tag 'exynos-drm-next-for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next
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.
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Inki Dae <inki.dae@samsung.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240909004641.406858-1-inki.dae@samsung.com
Diffstat (limited to 'drivers/platform/x86/amd')
0 files changed, 0 insertions, 0 deletions