linux/drivers/gpu/drm/xlnx
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: xlnx: zynqmp_dpsub: fix Kconfig dependencies for ASoC 2025-03-12 16:38:11 +02:00
Makefile drm: xlnx: zynqmp_dpsub: Add DP audio support 2024-12-19 08:54:00 +02:00
zynqmp_disp_regs.h drm: xlnx: zynqmp_dpsub: Add DP audio support 2024-12-19 08:54:00 +02:00
zynqmp_disp.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
zynqmp_disp.h drm: xlnx: zynqmp_dpsub: Set input live format 2024-04-24 17:51:19 +03:00
zynqmp_dp_audio.c drm: xlnx: zynqmp_dpsub: use snd_soc_dummy_dlc 2025-04-16 15:01:22 +03:00
zynqmp_dp.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
zynqmp_dp.h drm: xlnx: zynqmp_dpsub: Add DP audio support 2024-12-19 08:54:00 +02:00
zynqmp_dpsub.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
zynqmp_dpsub.h drm: xlnx: zynqmp_dpsub: Fix kernel doc 2025-01-16 12:45:16 +01:00
zynqmp_kms.c drm/xlnx: Compute dumb-buffer sizes with drm_mode_size_dumb() 2025-09-29 17:50:54 +02:00
zynqmp_kms.h drm: xlnx: Fix kerneldoc 2024-04-26 20:09:10 +03:00