linux/drivers/gpu/drm/renesas/shmobile
Linus Torvalds bf4afc53b7 Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
This was done entirely with mindless brute force, using

    git grep -l '\<k[vmz]*alloc_objs*(.*, GFP_KERNEL)' |
        xargs sed -i 's/\(alloc_objs*(.*\), GFP_KERNEL)/\1)/'

to convert the new alloc_obj() users that had a simple GFP_KERNEL
argument to just drop that argument.

Note that due to the extreme simplicity of the scripting, any slightly
more complex cases spread over multiple lines would not be triggered:
they definitely exist, but this covers the vast bulk of the cases, and
the resulting diff is also then easier to check automatically.

For the same reason the 'flex' versions will be done as a separate
conversion.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2026-02-21 17:09:51 -08:00
..
Kconfig drm/renesas/shmobile: Run DRM default client setup 2024-09-26 09:31:27 +02:00
Makefile drm: renesas: shmobile: Remove backlight support 2023-10-16 11:47:44 +02:00
shmob_drm_crtc.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
shmob_drm_crtc.h drm: renesas: shmobile: Add DT support 2023-10-16 11:47:48 +02:00
shmob_drm_drv.c Merge remote-tracking branch 'drm/drm-next' into drm-misc-next 2024-12-09 16:35:21 +01:00
shmob_drm_drv.h drm: renesas: shmobile: Add DT support 2023-10-16 11:47:48 +02:00
shmob_drm_kms.c drm: Pass the format info to .fb_create() 2025-07-16 20:03:14 +03:00
shmob_drm_kms.h drm: renesas: shmobile: Improve shmob_drm_format_info table 2023-10-16 11:47:44 +02:00
shmob_drm_plane.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
shmob_drm_plane.h drm: renesas: shmobile: Atomic conversion part 1 2023-10-16 11:47:47 +02:00
shmob_drm_regs.h