linux/drivers/gpu/drm/xe/tests
Matt Roper 6d36f65ba5 drm/xe/kunit: Fix kerneldoc for parameterized tests
Kunit's generate_params() was recently updated to take an additional
test context parameter.  Xe's IP and platform parameter generators were
updated accordingly at the same time, but the new parameter was not
added to the functions' kerneldoc, resulting in the following warnings:

   Warning: drivers/gpu/drm/xe/tests/xe_pci.c:78 function parameter 'test' not described in 'xe_pci_fake_data_gen_params'
   Warning: drivers/gpu/drm/xe/tests/xe_pci.c:254 function parameter 'test' not described in 'xe_pci_graphics_ip_gen_param'
   Warning: drivers/gpu/drm/xe/tests/xe_pci.c:278 function parameter 'test' not described in 'xe_pci_media_ip_gen_param'
   Warning: drivers/gpu/drm/xe/tests/xe_pci.c:302 function parameter 'test' not described in 'xe_pci_id_gen_param'
   Warning: drivers/gpu/drm/xe/tests/xe_pci.c:390 function parameter 'test' not described in 'xe_pci_live_device_gen_param'
   5 warnings as errors

Document the new parameter to eliminate the warnings and make CI happy.

Fixes: b9a214b5f6 ("kunit: Pass parameterized test context to generate_params()")
Reviewed-by: Shuicheng Lin <shuicheng.lin@intel.com>
Link: https://lore.kernel.org/r/20251013153014.2362879-2-matthew.d.roper@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
(cherry picked from commit 89e347f8a7)
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
2025-10-15 22:48:43 -07:00
..
Makefile
xe_args_test.c
xe_bo.c drm/xe: Convert xe_bo_create_user() for exhaustive eviction 2025-09-10 09:15:57 +02:00
xe_dma_buf.c drm/xe: Convert xe_bo_create_user() for exhaustive eviction 2025-09-10 09:15:57 +02:00
xe_guc_buf_kunit.c drm/xe: Drop bo->size 2025-06-27 14:52:31 -07:00
xe_guc_db_mgr_test.c
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
xe_guc_relay_test.c
xe_kunit_helpers.c
xe_kunit_helpers.h
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
xe_migrate.c drm/xe: Convert xe_bo_create_pin_map() for exhaustive eviction 2025-09-10 09:16:06 +02:00
xe_mocs.c drm/xe/tests/mocs: Hold XE_FORCEWAKE_ALL for LNCF regs 2025-04-29 17:59:53 +05:30
xe_pci.c drm/xe/kunit: Fix kerneldoc for parameterized tests 2025-10-15 22:48:43 -07:00
xe_pci_test.c drm/xe/tests/pci: Ensure all platforms have a valid GT/tile count 2025-07-02 16:08:54 -07: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: Drop sentinels from arg to xe_rtp_process_to_sr() 2025-03-12 20:54: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
xe_test_mod.c
xe_wa_test.c drm/xe/kunit: Drop xe_wa_test_exit 2025-09-05 12:57:29 +02:00