mirror-linux/drivers/gpu/drm/msm/dp
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
..
dp_audio.c drm/bridge: Make dp/hdmi_audio_* callback keep the same paramter order with get_modes 2025-07-14 18:23:18 +03:00
dp_audio.h drm/bridge: Make dp/hdmi_audio_* callback keep the same paramter order with get_modes 2025-07-14 18:23:18 +03:00
dp_aux.c drm/msm/dp: drop the msm_dp_catalog module 2025-07-04 16:35:19 +03:00
dp_aux.h drm/msm/dp: drop the msm_dp_catalog module 2025-07-04 16:35:19 +03:00
dp_ctrl.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
dp_ctrl.h drm/msm/dp: drop the msm_dp_catalog module 2025-07-04 16:35:19 +03:00
dp_debug.c drm/msm: make it possible to disable KMS-related code. 2025-07-05 07:13:35 -07:00
dp_debug.h drm/msm/dp: fix all kernel-doc warnings 2025-12-24 11:24:18 +02:00
dp_display.c Merge tag 'drm-msm-next-2026-01-23' of https://gitlab.freedesktop.org/drm/msm into drm-next 2026-01-28 13:06:39 +10:00
dp_display.h drm/msm/dp: reuse generic HDMI codec implementation 2025-05-02 03:54:03 +03:00
dp_drm.c drm/msm/dp: fix all kernel-doc warnings 2025-12-24 11:24:18 +02:00
dp_drm.h drm/bridge: add connector argument to .hpd_notify callback 2025-12-25 00:22:13 +02:00
dp_link.c drm/msm/dp: Add support for lane mapping configuration 2025-11-14 16:59:27 +02:00
dp_link.h drm/msm/dp: Enable support for eDP v1.4+ link rates table 2026-01-06 05:30:08 +02:00
dp_panel.c drm/msm/dp: Enable support for eDP v1.4+ link rates table 2026-01-06 05:30:08 +02:00
dp_panel.h drm/msm/dp: fix all kernel-doc warnings 2025-12-24 11:24:18 +02:00
dp_reg.h drm/msm/dp: drop the msm_dp_catalog module 2025-07-04 16:35:19 +03:00
dp_utils.c drm/msm/dp: fix msm_dp_utils_pack_sdp_header interface 2024-12-02 18:41:42 -08:00
dp_utils.h drm/msm/dp: fix msm_dp_utils_pack_sdp_header interface 2024-12-02 18:41:42 -08:00