mirror of https://github.com/torvalds/linux.git
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: |
||
|---|---|---|
| .. | ||
| Makefile | ||
| xe_args_test.c | ||
| xe_bo.c | ||
| xe_dma_buf.c | ||
| xe_guc_buf_kunit.c | ||
| 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 | ||
| xe_mocs.c | ||
| xe_pci.c | ||
| xe_pci_test.c | ||
| xe_pci_test.h | ||
| xe_rtp_test.c | ||
| xe_sriov_pf_service_kunit.c | ||
| xe_test.h | ||
| xe_test_mod.c | ||
| xe_wa_test.c | ||