mirror-linux/drivers/gpu/drm/xe/tests
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
..
Makefile
xe_args_test.c drm/xe: Introduce IF_ARGS macro utility 2025-12-17 23:42:40 +01:00
xe_bo.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
xe_dma_buf.c drm/xe/tests: Use scope-based runtime PM 2025-11-19 11:58:58 -08:00
xe_gt_sriov_pf_config_kunit.c drm/xe/pf: Use migration-friendly GGTT auto-provisioning 2025-11-13 14:32:34 +01:00
xe_guc_buf_kunit.c drm/xe: Start using ggtt->start in preparation of balloon removal 2026-01-12 16:27:33 +01:00
xe_guc_db_mgr_test.c
xe_guc_g2g_test.c
xe_guc_id_mgr_test.c
xe_guc_relay_test.c
xe_kunit_helpers.c
xe_kunit_helpers.h
xe_live_test_mod.c
xe_lmtt_test.c
xe_migrate.c drm/xe/tests: Use scope-based runtime PM 2025-11-19 11:58:58 -08:00
xe_mocs.c drm/xe/tests: Use scope-based runtime PM 2025-11-19 11:58:58 -08:00
xe_pci.c drm/xe: Read VF GMD_ID with a specifically-allocated dummy GT 2025-10-14 07:44:57 -07:00
xe_pci_test.c drm/xe/tests/pci: Check dma_mask_size, va_bits and vm_max_level 2025-10-22 09:49:29 -03:00
xe_pci_test.h drm next for 6.18-rc1 2025-10-02 12:47:25 -07:00
xe_rtp_test.c drm/xe/rtp: Pass xe_device parameter to FUNC matches 2025-10-14 07:45:17 -07:00
xe_sriov_pf_service_kunit.c
xe_test.h
xe_test_mod.c
xe_wa_test.c