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 drm/xe/kunit: Simplify xe_mocs live tests code layout 2024-07-12 10:49:51 +02:00
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 drm/xe/kunit: Add GuC Doorbells Manager tests 2023-12-21 16:31:30 -05:00
xe_guc_g2g_test.c drm/xe/guc: Add test for G2G communications 2025-09-15 09:53:26 -07:00
xe_guc_id_mgr_test.c drm/xe/kunit: Add basic tests for GuC context ID Manager 2024-03-27 20:19:27 +01:00
xe_guc_relay_test.c drm/xe/kunit: Add GuC Relay kunit tests 2024-01-05 16:25:54 +01:00
xe_kunit_helpers.c drm/xe/tests: Add helpers for use in live tests 2024-07-22 12:20:08 +02:00
xe_kunit_helpers.h drm/xe/tests: Add helpers for use in live tests 2024-07-22 12:20:08 +02:00
xe_live_test_mod.c drm/xe/guc: Add test for G2G communications 2025-09-15 09:53:26 -07:00
xe_lmtt_test.c drm/xe/kunit: Add test for LMTT operations 2023-12-21 11:45:27 -05:00
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 drm/xe/pf: Stop requiring VF/PF version negotiation on every GT 2025-07-14 18:19:31 +02:00
xe_test.h drm/xe/kunit: Drop XE_TEST_EXPORT 2024-07-12 10:34:49 +02:00
xe_test_mod.c module: Convert symbol namespace to string literal 2024-12-02 11:34:44 -08:00
xe_wa_test.c drm/xe/kunit: Drop xe_wa_test_exit 2025-09-05 12:57:29 +02:00