From: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t 0/6] Improve description of tests used by i915 validation
Date: Wed, 17 May 2023 17:11:04 +0200 [thread overview]
Message-ID: <20230517151110.1710407-1-mauro.chehab@linux.intel.com> (raw)
From: Mauro Carvalho Chehab <mchehab@kernel.org>
This patch series was entirely generated by a script which imports data
from an internal spreadsheet containing additional documentation from
IGT tests.
Once we get this added, it should be easy to edit each test file to
improve tests documentation.
Mauro Carvalho Chehab (6):
tests: better document core_* tests used for i915 validation
tests: better document the remaining core used by i915 validation
i915/gem_exec_*: better document gem exec tests used for i915
validation
i915/gem_ctx_*: better document i915 context tests
i915/perf_*: better document tests
i915/: better document the remaining i915 tests
tests/core_auth.c | 4 +
tests/core_getclient.c | 4 +
tests/core_getstats.c | 4 +
tests/core_getversion.c | 4 +
tests/core_hotunplug.c | 2 +
tests/core_setmaster.c | 4 +
tests/core_setmaster_vs_auth.c | 4 +
tests/debugfs_test.c | 15 +-
tests/device_reset.c | 8 +-
tests/dmabuf.c | 2 +-
tests/dumb_buffer.c | 4 +
tests/i915/api_intel_allocator.c | 23 ++-
tests/i915/api_intel_bb.c | 33 ++++-
tests/i915/gem_barrier_race.c | 1 +
tests/i915/gem_basic.c | 7 +
tests/i915/gem_blits.c | 4 +
tests/i915/gem_busy.c | 7 +
tests/i915/gem_caching.c | 4 +
tests/i915/gem_close.c | 4 +
tests/i915/gem_close_race.c | 7 +
tests/i915/gem_create.c | 41 +++++-
tests/i915/gem_cs_tlb.c | 4 +
tests/i915/gem_ctx_bad_destroy.c | 4 +
tests/i915/gem_ctx_create.c | 8 ++
tests/i915/gem_ctx_engines.c | 4 +
tests/i915/gem_ctx_exec.c | 12 ++
tests/i915/gem_ctx_freq.c | 4 +
tests/i915/gem_ctx_isolation.c | 26 +++-
tests/i915/gem_ctx_param.c | 4 +
tests/i915/gem_ctx_persistence.c | 4 +
tests/i915/gem_ctx_shared.c | 22 +++
tests/i915/gem_eio.c | 68 ++++++++-
tests/i915/gem_exec_alignment.c | 4 +
tests/i915/gem_exec_async.c | 4 +
tests/i915/gem_exec_await.c | 4 +
tests/i915/gem_exec_balancer.c | 100 +++++++++++++
tests/i915/gem_exec_basic.c | 6 +-
tests/i915/gem_exec_big.c | 4 +
tests/i915/gem_exec_capture.c | 4 +
tests/i915/gem_exec_create.c | 7 +
tests/i915/gem_exec_endless.c | 4 +
tests/i915/gem_exec_fence.c | 112 +++++++++++++++
tests/i915/gem_exec_gttfill.c | 7 +
tests/i915/gem_exec_nop.c | 8 ++
tests/i915/gem_exec_parallel.c | 8 ++
tests/i915/gem_exec_params.c | 76 ++++++++++
tests/i915/gem_exec_schedule.c | 4 +
tests/i915/gem_exec_store.c | 4 +
tests/i915/gem_exec_whisper.c | 4 +
tests/i915/gem_exercise_blt.c | 9 +-
tests/i915/gem_flink_basic.c | 14 +-
tests/i915/gem_flink_race.c | 4 +
tests/i915/gem_gpgpu_fill.c | 4 +
tests/i915/gem_linear_blits.c | 6 +
tests/i915/gem_lmem_evict.c | 1 +
tests/i915/gem_lmem_swapping.c | 4 +
tests/i915/gem_madvise.c | 4 +
tests/i915/gem_mmap_offset.c | 4 +
tests/i915/gem_pipe_control_store_loop.c | 4 +
tests/i915/gem_ppgtt.c | 6 +
tests/i915/gem_request_retire.c | 4 +
tests/i915/gem_ringfill.c | 8 ++
tests/i915/gem_shrink.c | 4 +
tests/i915/gem_softpin.c | 69 ++++++++-
tests/i915/gem_spin_batch.c | 37 +++++
tests/i915/gem_sync.c | 14 ++
tests/i915/gem_unref_active_buffers.c | 4 +
tests/i915/gem_userptr_blits.c | 76 ++++++++++
tests/i915/gem_vm_create.c | 4 +
tests/i915/gem_wait.c | 4 +
tests/i915/gem_workarounds.c | 32 ++++-
tests/i915/i915_getparams_basic.c | 4 +
tests/i915/i915_hangman.c | 40 ++++--
tests/i915/i915_hwmon.c | 1 +
tests/i915/i915_module_load.c | 4 +
tests/i915/i915_pciid.c | 4 +
tests/i915/i915_pm_rpm.c | 6 +-
tests/i915/i915_pm_rps.c | 12 +-
tests/i915/i915_power.c | 1 +
tests/i915/i915_query.c | 4 +
tests/i915/i915_suspend.c | 26 +++-
tests/i915/perf.c | 126 +++++++++++++----
tests/i915/perf_pmu.c | 171 ++++++++++++++++++-----
tests/i915/sysfs_defaults.c | 4 +
tests/i915/sysfs_heartbeat_interval.c | 6 +
tests/i915/sysfs_preempt_timeout.c | 4 +
tests/i915/sysfs_timeslice_duration.c | 5 +
tests/prime_busy.c | 4 +
tests/prime_mmap.c | 4 +
tests/prime_mmap_coherency.c | 4 +
tests/prime_self_import.c | 4 +
tests/prime_vgem.c | 9 +-
tests/sw_sync.c | 4 +
tests/syncobj_basic.c | 4 +
tests/syncobj_timeline.c | 4 +
tests/syncobj_wait.c | 4 +
tests/vgem_basic.c | 14 ++
tests/vgem_slow.c | 4 +
98 files changed, 1398 insertions(+), 101 deletions(-)
--
2.40.1
next reply other threads:[~2023-05-17 15:13 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-17 15:11 Mauro Carvalho Chehab [this message]
2023-05-17 15:11 ` [igt-dev] [PATCH i-g-t 1/6] tests: better document core_* tests used for i915 validation Mauro Carvalho Chehab
2023-05-19 15:37 ` Kamil Konieczny
2023-05-17 15:11 ` [igt-dev] [PATCH i-g-t 2/6] tests: better document the remaining core used by " Mauro Carvalho Chehab
2023-05-19 15:43 ` Kamil Konieczny
2023-05-17 15:11 ` [igt-dev] [PATCH i-g-t 3/6] i915/gem_exec_*: better document gem exec tests used for " Mauro Carvalho Chehab
2023-05-19 15:46 ` Kamil Konieczny
2023-05-17 15:11 ` [igt-dev] [PATCH i-g-t 4/6] i915/gem_ctx_*: better document i915 context tests Mauro Carvalho Chehab
2023-05-19 15:48 ` Kamil Konieczny
2023-05-17 15:11 ` [igt-dev] [PATCH i-g-t 5/6] i915/perf_*: better document tests Mauro Carvalho Chehab
2023-05-19 15:52 ` Kamil Konieczny
2023-05-17 15:11 ` [igt-dev] [PATCH i-g-t 6/6] i915/: better document the remaining i915 tests Mauro Carvalho Chehab
2023-05-19 16:15 ` Kamil Konieczny
2023-05-17 16:51 ` [igt-dev] ✓ Fi.CI.BAT: success for Improve description of tests used by i915 validation Patchwork
2023-05-18 5:19 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230517151110.1710407-1-mauro.chehab@linux.intel.com \
--to=mauro.chehab@linux.intel.com \
--cc=igt-dev@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox