linux/drivers/gpu/drm/xe/display
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
..
intel_bo.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
intel_fb_bo.c drm/i915/fb: Drop the 'fb' argument from intel_fb_bo_framebuffer_init() 2025-10-09 21:03:03 +03:00
intel_fbdev_fb.c Merge tag 'drm-intel-next-2025-11-04' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-next 2025-11-07 09:47:56 +10:00
xe_display.c drm/{i915, xe}: move initial plane calls to parent interface 2025-12-22 15:09:22 +02:00
xe_display.h drm/xe: Drop GT parameter to xe_display_irq_postinstall() 2025-10-14 07:44:57 -07:00
xe_display_rpm.c drm/{i915,xe}/display: drop intel_wakeref.h usage 2025-12-01 15:18:13 +02:00
xe_display_rpm.h drm/xe/display: Runtime pm wrappers for display parent interface 2025-11-03 11:55:21 +02:00
xe_display_wa.c drm/xe: Check that GT is not NULL before testing Wa_16023588340 2025-10-14 07:45:17 -07:00
xe_dsb_buffer.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
xe_fb_pin.c UAPI Changes: 2026-01-16 13:39:44 +10:00
xe_hdcp_gsc.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
xe_hdcp_gsc.h drm/{i915,xe}/hdcp: use parent interface for HDCP GSC calls 2025-11-28 10:44:51 +02:00
xe_initial_plane.c drm/{i915, xe}: pass struct drm_device instead of drm_device to ->alloc_obj 2025-12-22 15:09:23 +02:00
xe_initial_plane.h drm/{i915, xe}: move initial plane calls to parent interface 2025-12-22 15:09:22 +02:00
xe_panic.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
xe_panic.h drm/{i915, xe}/panic: move panic handling to parent interface 2025-12-12 15:17:58 +02:00
xe_stolen.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
xe_stolen.h drm/{i915, xe}/stolen: move stolen memory handling to display parent interface 2025-12-10 11:36:11 +02:00
xe_tdf.c drm/xe: stop including intel_display_{core, device}.h from xe_device_types.h 2025-05-27 11:25:53 +03:00