linux/drivers/gpu/drm/tidss
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/tidss: Run DRM default client setup 2024-09-26 09:31:27 +02:00
Makefile drm/tidss: Add OLDI bridge support 2025-06-26 12:37:24 +03:00
tidss_crtc.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
tidss_crtc.h drm/tidss: Replace HTTP links with HTTPS ones 2020-07-16 22:13:52 +02:00
tidss_dispc.c drm/tidss: Move OLDI mode validation to OLDI bridge mode_valid hook 2025-11-12 11:54:39 +02:00
tidss_dispc.h drm/tidss: Remove max_pclk_khz and min_pclk_khz from tidss display features 2025-11-12 11:52:40 +02:00
tidss_dispc_regs.h drm/tidss: dispc: Define field masks being used 2025-09-01 10:37:20 +03:00
tidss_drv.c drm/tidss: Remove ftrace-like logs 2025-09-30 11:56:25 +02:00
tidss_drv.h drm/tidss: Move OLDI mode validation to OLDI bridge mode_valid hook 2025-11-12 11:54:39 +02:00
tidss_encoder.c drm/tidss: encoder: convert to devm_drm_bridge_alloc() 2025-07-18 14:55:48 +03:00
tidss_encoder.h drm/tidss: Update encoder/bridge chain connect model 2023-07-10 14:21:29 +02:00
tidss_irq.c drm/tidss: Rename 'wait_lock' to 'irq_lock' 2024-11-25 13:10:23 +02:00
tidss_irq.h drm/tidss: Remove unused OCP error flag 2024-11-25 13:10:20 +02:00
tidss_kms.c drm/tidss: Fix enable/disable order 2026-01-03 20:08:24 +01:00
tidss_kms.h drm/tidss: Replace HTTP links with HTTPS ones 2020-07-16 22:13:52 +02:00
tidss_oldi.c drm/tidss: Move OLDI mode validation to OLDI bridge mode_valid hook 2025-11-12 11:54:39 +02:00
tidss_oldi.h drm/tidss: Add OLDI bridge support 2025-06-26 12:37:24 +03:00
tidss_plane.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
tidss_plane.h drm/tidss: Fix missing includes and struct decls 2025-08-13 10:20:37 +03:00
tidss_scale_coefs.c drm/tidss: Replace HTTP links with HTTPS ones 2020-07-16 22:13:52 +02:00
tidss_scale_coefs.h drm/tidss: Fix missing includes and struct decls 2025-08-13 10:20:37 +03:00