linux/drivers/gpu/drm/vc4
Linus Torvalds 32a92f8c89 Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
This converts some of the visually simpler cases that have been split
over multiple lines.  I only did the ones that are easy to verify the
resulting diff by having just that final GFP_KERNEL argument on the next
line.

Somebody should probably do a proper coccinelle script for this, but for
me the trivial script actually resulted in an assertion failure in the
middle of the script.  I probably had made it a bit _too_ trivial.

So after fighting that far a while I decided to just do some of the
syntactically simpler cases with variations of the previous 'sed'
scripts.

The more syntactically complex multi-line cases would mostly really want
whitespace cleanup anyway.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2026-02-21 20:03:00 -08:00
..
tests drm/vc4: tests: Retry pv-muxing tests when EDEADLK 2025-04-07 10:29:45 +02:00
Kconfig drm/vc4: hdmi: switch to generic CEC helpers 2025-09-15 21:42:55 +03:00
Makefile drm/vc4: tests: Add unit test suite for the PV muxing 2022-12-08 09:56:56 +01:00
vc4_bo.c Convert more 'alloc_obj' cases to default GFP_KERNEL arguments 2026-02-21 20:03:00 -08:00
vc4_crtc.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
vc4_debugfs.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
vc4_dpi.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
vc4_drv.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
vc4_drv.h drm/vc4: Remove BOs seqnos 2025-01-19 15:31:00 -03:00
vc4_dsi.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
vc4_fence.c
vc4_gem.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
vc4_hdmi.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
vc4_hdmi.h drm/vc4: hdmi: switch to generic CEC helpers 2025-09-15 21:42:55 +03:00
vc4_hdmi_phy.c drm/vc4: hdmi: Add support for BCM2712 HDMI controllers 2024-11-27 14:37:20 +00:00
vc4_hdmi_regs.h drm/vc4: hdmi: Add support for BCM2712 HDMI controllers 2024-11-27 14:37:20 +00:00
vc4_hvs.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
vc4_irq.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
vc4_kms.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
vc4_packet.h
vc4_perfmon.c Convert 'alloc_flex' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
vc4_plane.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
vc4_qpu_defines.h
vc4_regs.h drm/vc4: hdmi: Support 2712 D-step register map 2024-11-27 14:37:21 +00:00
vc4_render_cl.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
vc4_trace.h
vc4_trace_points.c
vc4_txp.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
vc4_v3d.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
vc4_validate.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
vc4_validate_shaders.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
vc4_vec.c drm: Discard pm_runtime_put() return value 2026-01-16 20:28:05 +01:00