From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.120]) by gabe.freedesktop.org (Postfix) with ESMTPS id 43A9610E1A5 for ; Wed, 6 Sep 2023 08:56:40 +0000 (UTC) From: Katarzyna Dec To: igt-dev@lists.freedesktop.org Date: Wed, 6 Sep 2023 08:56:26 +0000 Message-Id: <20230906085628.59915-1-katarzyna.dec@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t v2 0/2] 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 Signed-off-by: Katarzyna Dec Cc: Mauro Carvalho Chehab Cc: Gandi Ramadevi Cc: Kamil Konieczny Katarzyna Dec (2): tests/intel: Add missing documentation fields for tests test/xe: Clean up of test documentation 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 ++++- 23 files changed, 246 insertions(+), 63 deletions(-) -- 2.34.1