linux/drivers/gpu/drm/sti
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/sti: Run DRM default client setup 2024-09-26 09:31:27 +02:00
Makefile drm/sti: remove duplicate object names 2025-04-03 18:24:24 +02:00
NOTES
sti_awg_utils.c
sti_awg_utils.h
sti_compositor.c drm/sti: move to devm_platform_ioremap_resource() usage 2025-03-10 16:25:26 -04:00
sti_compositor.h
sti_crtc.c
sti_crtc.h
sti_cursor.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
sti_cursor.h
sti_drv.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
sti_drv.h
sti_dvo.c drm/sti: dvo: convert to devm_drm_bridge_alloc() API 2025-05-21 13:40:09 +02:00
sti_gdp.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
sti_gdp.h
sti_hda.c drm/sti: hda: add bridge before attaching 2025-11-03 13:04:55 +01:00
sti_hdmi.c drm/sti: hdmi: add bridge before attaching 2025-11-03 13:04:55 +01:00
sti_hdmi.h drm/sti: hdmi: convert to devm_drm_bridge_alloc() API 2025-07-09 11:24:45 +02:00
sti_hdmi_tx3g4c28phy.c
sti_hdmi_tx3g4c28phy.h
sti_hqvdp.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
sti_hqvdp_lut.h
sti_mixer.c drm/sti: Add __iomem for mixer_dbg_mxn's parameter 2024-11-26 14:02:25 +01:00
sti_mixer.h
sti_plane.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
sti_plane.h
sti_tvout.c drm/sti: move to devm_platform_ioremap_resource() usage 2025-03-10 16:25:26 -04:00
sti_vid.c
sti_vid.h
sti_vtg.c drm: sti: fix device leaks at component probe 2025-11-24 13:56:16 +01:00
sti_vtg.h