linux/drivers/gpu/drm/mediatek
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/mediatek: mtk_gem: Partial refactor and use drm_gem_dma_object 2026-01-18 23:47:54 +00:00
Makefile drm/mediatek: Introduce HDMI/DDC v2 for MT8195/MT8188 2025-11-17 15:04:41 +00:00
mtk_cec.c drm/mediatek: mtk_cec: Switch to register as module_platform_driver 2025-04-17 23:26:14 +00:00
mtk_cec.h
mtk_crtc.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
mtk_crtc.h drm/mediatek: Add wait_event_timeout when disabling plane 2025-07-17 23:18:53 +00:00
mtk_ddp_comp.c drm/mediatek: Fix probe device leaks 2025-11-17 15:04:42 +00:00
mtk_ddp_comp.h drm/mediatek: Fix probe resource leaks 2025-11-17 15:04:41 +00:00
mtk_disp_aal.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
mtk_disp_ccorr.c drm/mediatek: Fix CCORR mtk_ctm_s31_32_to_s1_n function issue 2025-11-18 13:46:12 +00:00
mtk_disp_color.c drm/mediatek: Move to devm_platform_ioremap_resource() usage 2025-03-02 14:59:55 +00:00
mtk_disp_drv.h drm/mediatek: only announce AFBC if really supported 2025-07-17 23:19:05 +00:00
mtk_disp_gamma.c drm/mediatek: Move to devm_platform_ioremap_resource() usage 2025-03-02 14:59:55 +00:00
mtk_disp_merge.c drm/mediatek: Move to devm_platform_ioremap_resource() usage 2025-03-02 14:59:55 +00:00
mtk_disp_ovl.c drm/mediatek: only announce AFBC if really supported 2025-07-17 23:19:05 +00:00
mtk_disp_ovl_adaptor.c drm/mediatek: ovl_adaptor: Fix probe device leaks 2025-11-17 15:04:42 +00:00
mtk_disp_rdma.c drm/mediatek: Move to devm_platform_ioremap_resource() usage 2025-03-02 14:59:55 +00:00
mtk_dp.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
mtk_dp_reg.h drm/mediatek: dp: Add sdp path reset 2024-12-25 13:34:41 +00:00
mtk_dpi.c drm/mediatek: dpi: Find next bridge during probe 2026-01-18 23:31:47 +00:00
mtk_dpi_regs.h drm/mediatek: Add support for MT8195 Digital Parallel Interface 2025-03-02 14:11:09 +00:00
mtk_drm_drv.c Mediatek DRM Next - 20251120 2025-11-21 18:48:28 +10:00
mtk_drm_drv.h drm/mediatek: Implement OF graphs support for display paths 2024-10-21 12:42:25 +00:00
mtk_dsi.c Linux 6.19-rc7 2026-01-28 12:44:28 +10:00
mtk_ethdr.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
mtk_ethdr.h drm/mediatek: Add blend_modes to mtk_plane_init() for different SoCs 2024-10-22 12:47:47 +00:00
mtk_gem.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
mtk_gem.h drm/mediatek: mtk_gem: Partial refactor and use drm_gem_dma_object 2026-01-18 23:47:54 +00:00
mtk_hdmi.c drm/mediatek: mtk_hdmi*: convert to of_drm_find_and_get_bridge() 2026-01-21 13:59:56 +01:00
mtk_hdmi_common.c Linux 6.19-rc7 2026-01-28 12:44:28 +10:00
mtk_hdmi_common.h Linux 6.19-rc7 2026-01-28 12:44:28 +10:00
mtk_hdmi_ddc.c drm/mediatek: mtk_hdmi_ddc: Switch to register as module_platform_driver 2025-04-21 12:27:55 +00:00
mtk_hdmi_ddc_v2.c drm/mediatek: mtk_hdmi_ddc_v2: Fix multi-byte writes 2025-12-30 15:59:36 +00:00
mtk_hdmi_regs.h
mtk_hdmi_regs_v2.h drm/mediatek: Introduce HDMI/DDC v2 for MT8195/MT8188 2025-11-17 15:04:41 +00:00
mtk_hdmi_v2.c Linux 6.19-rc7 2026-01-28 12:44:28 +10:00
mtk_mdp_rdma.c drm/mediatek: Move to devm_platform_ioremap_resource() usage 2025-03-02 14:59:55 +00:00
mtk_mdp_rdma.h drm/mediatek: Add display MDP RDMA support for MT8195 2022-06-27 22:24:14 +08:00
mtk_padding.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
mtk_plane.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
mtk_plane.h drm/mediatek: only announce AFBC if really supported 2025-07-17 23:19:05 +00:00