From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id 50DDC10E5AC for ; Wed, 6 Sep 2023 09:23:59 +0000 (UTC) From: Katarzyna Dec To: igt-dev@lists.freedesktop.org Date: Wed, 6 Sep 2023 09:23:34 +0000 Message-Id: <20230906092337.79673-1-katarzyna.dec@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t v3 0/3] IGT XE documentation cleanup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Gandi Ramadevi Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Let's add missing documentation fileds that are causing warnings. Some tests documentation needed changes to have more accurate naming. Let's mark Negative and Stress tests. Adding missing 'Run type' and 'Test category' for remaining test. v2: Fix few typos and add xe_mmap to VMA subcategory v3: Add patch from Mauro enforcing mandatory documentation fields Signed-off-by: Katarzyna Dec Cc: Mauro Carvalho Chehab Cc: Gandi Ramadevi Cc: Kamil Konieczny Katarzyna Dec (3): tests/intel: Add missing documentation fields for tests test/xe: Clean up of test documentation scripts/test_list.py: enforce mandatory fields to be filled scripts/test_list.py | 2 +- tests/core_hotunplug.c | 1 + tests/intel/xe_ccs.c | 7 +- tests/intel/xe_create.c | 8 +- tests/intel/xe_debugfs.c | 2 +- tests/intel/xe_dma_buf_sync.c | 5 +- tests/intel/xe_evict.c | 154 +++++++++++++++++++++++------ tests/intel/xe_exec_balancer.c | 11 +++ tests/intel/xe_exec_basic.c | 7 +- tests/intel/xe_exec_compute_mode.c | 5 +- tests/intel/xe_exec_fault_mode.c | 9 +- tests/intel/xe_exercise_blt.c | 6 +- tests/intel/xe_intel_bb.c | 2 +- tests/intel/xe_media_fill.c | 1 + tests/intel/xe_mmap.c | 10 +- tests/intel/xe_mmio.c | 3 +- tests/intel/xe_noexec_ping_pong.c | 25 +++-- tests/intel/xe_pm.c | 1 + tests/intel/xe_query.c | 14 ++- tests/intel/xe_spin_batch.c | 2 +- tests/intel/xe_sysfs_scheduler.c | 5 +- tests/intel/xe_sysfs_tile.c | 3 + tests/intel/xe_uevent.c | 3 + tests/intel/xe_vm.c | 25 ++++- 24 files changed, 247 insertions(+), 64 deletions(-) -- 2.34.1