diff options
author | Dave Airlie <airlied@redhat.com> | 2024-09-11 13:05:37 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2024-09-11 13:21:22 +1000 |
commit | a436c77ea26b0c4e9593a8b972eb2b6aca8c7da1 (patch) | |
tree | 635a9bde3a95a96dde86ab3bc5cf1af23450d9e9 /drivers/gpu/drm/imx | |
parent | 741d73f587d5cc86db5e65cc107e031263302616 (diff) | |
parent | 94ebc3d3235c5c516f67315059ce657e5090e94b (diff) |
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/gpu/drm/imx')
0 files changed, 0 insertions, 0 deletions