linux/drivers/gpu/drm/imx/dcss
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
..
dcss-blkctl.c drm/imx/dcss: have all init functions use devres 2024-02-02 15:36:21 +02:00
dcss-crtc.c drm/imx/dcss: Use IRQF_NO_AUTOEN flag in request_irq() 2024-09-21 23:47:42 +03:00
dcss-ctxld.c drm/imx/dcss: have all init functions use devres 2024-02-02 15:36:21 +02:00
dcss-dev.c drm/imx/dcss: fix resource size calculation 2024-02-28 09:16:59 +00:00
dcss-dev.h drm/imx/dcss: have all init functions use devres 2024-02-02 15:36:21 +02:00
dcss-dpr.c drm/imx/dcss: have all init functions use devres 2024-02-02 15:36:21 +02:00
dcss-drv.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
dcss-dtg.c drm/imx/dcss: Use IRQF_NO_AUTOEN flag in request_irq() 2024-09-21 23:48:15 +03:00
dcss-kms.c drm: remove driver date from struct drm_driver and all drivers 2024-12-05 12:35:42 +02:00
dcss-kms.h drm/imx/dcss: Call drm_atomic_helper_shutdown() at shutdown time 2023-09-25 15:52:18 -07:00
dcss-plane.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
dcss-scaler.c drm/imx/dcss: Fix 64bit divisions 2024-10-25 10:23:40 +03:00
dcss-ss.c drm/imx/dcss: have all init functions use devres 2024-02-02 15:36:21 +02:00
Kconfig drm/imx/dcss: Allow build with COMPILE_TEST=y 2024-10-25 10:23:55 +03:00
Makefile